mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 04:02:34 +01:00
probably entirely mess up main.scss
This commit is contained in:
parent
295649d32f
commit
e5ef7e3e81
@ -14,15 +14,15 @@ $base-line-height: 1.5;
|
||||
|
||||
$spacing-unit: 30px;
|
||||
|
||||
$text-color: white;
|
||||
$text-color: grey;
|
||||
$background-color: black;
|
||||
$brand-color: pink;
|
||||
$brand-color: red;
|
||||
|
||||
$grey-color: gray;
|
||||
//$grey-color-light: lighten($grey-color, 40%);
|
||||
//$grey-color-dark: darken($grey-color, 25%);
|
||||
$grey-color-light: white;
|
||||
$grey-color-dark: gray;
|
||||
$grey-color: red;;
|
||||
$grey-color-light: lighten($grey-color, 40%);
|
||||
$grey-color-dark: darken($grey-color, 25%);
|
||||
//$grey-color-light: red;
|
||||
//$grey-color-dark: red;
|
||||
|
||||
// Width of the content area
|
||||
$content-width: 800px;
|
||||
|
Loading…
Reference in New Issue
Block a user