mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
continue editing main.scss
This commit is contained in:
parent
ae890c4513
commit
337cd96057
@ -18,9 +18,11 @@ $text-color: white;
|
||||
$background-color: black;
|
||||
$brand-color: pink;
|
||||
|
||||
$grey-color: gray;
|
||||
$grey-color-light: lighten($grey-color, 40%);
|
||||
$grey-color-dark: darken($grey-color, 25%);
|
||||
$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;
|
||||
|
||||
// Width of the content area
|
||||
$content-width: 800px;
|
||||
|
Loading…
Reference in New Issue
Block a user