mirror of
				https://github.com/KevinMidboe/schleppe-lab.git
				synced 2025-10-29 17:50:39 +00:00 
			
		
		
		
	Increased content width & define css vars from scss
This commit is contained in:
		| @@ -34,7 +34,7 @@ | |||||||
|   display: flex; |   display: flex; | ||||||
|   flex-direction: column; |   flex-direction: column; | ||||||
|   width: 100%; |   width: 100%; | ||||||
|   max-width: 864px; |   max-width: 1064px; | ||||||
|   min-height: 100vh; |   min-height: 100vh; | ||||||
|   margin: 0 auto; |   margin: 0 auto; | ||||||
|   padding: var(--spacing-unit); |   padding: var(--spacing-unit); | ||||||
|   | |||||||
| @@ -12,6 +12,10 @@ | |||||||
|   src: url("/assets/fonts/FiraCode-Bold.ttf"); |   src: url("/assets/fonts/FiraCode-Bold.ttf"); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | $text-color: white; | ||||||
|  | $background-color: #222129; | ||||||
|  | $brand-color: #fea86a; | ||||||
|  |  | ||||||
| :root { | :root { | ||||||
|   --font-family: "Fira Code", Monaco, Consolas, "Ubuntu Mono", monospace; |   --font-family: "Fira Code", Monaco, Consolas, "Ubuntu Mono", monospace; | ||||||
|   --font-size: 16px; |   --font-size: 16px; | ||||||
| @@ -21,9 +25,9 @@ | |||||||
|  |  | ||||||
|   --spacing-unit: 2.5em; |   --spacing-unit: 2.5em; | ||||||
|  |  | ||||||
|   --text-color: white; |   --text-color: $text-color; | ||||||
|   --background-color: #222129; |   --background-color: $background-color; | ||||||
|   --brand-color: #fea86a; |   --brand-color: $brand-color; | ||||||
|   --border-color: hsla(0, 0%, 100%, 0.1); |   --border-color: hsla(0, 0%, 100%, 0.1); | ||||||
| } | } | ||||||
| $base-font-family: "Fira Code", Monaco, Consolas, "Ubuntu Mono", monospace !default; | $base-font-family: "Fira Code", Monaco, Consolas, "Ubuntu Mono", monospace !default; | ||||||
| @@ -34,10 +38,6 @@ $base-line-height: 1.5 !default; | |||||||
|  |  | ||||||
| $spacing-unit: 2.5em !default; | $spacing-unit: 2.5em !default; | ||||||
|  |  | ||||||
| $text-color: white !default; |  | ||||||
| $background-color: #222129 !default; |  | ||||||
| $brand-color: #fea86a !default; |  | ||||||
|  |  | ||||||
| $grey-color: #828282 !default; | $grey-color: #828282 !default; | ||||||
| $grey-color-light: lighten($grey-color, 40%) !default; | $grey-color-light: lighten($grey-color, 40%) !default; | ||||||
| $grey-color-dark: darken($grey-color, 25%) !default; | $grey-color-dark: darken($grey-color, 25%) !default; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user