Update main.scss

This commit is contained in:
Aminda Suomalainen 2024-05-21 12:11:08 +03:00 committed by GitHub
parent f899d7cce5
commit ece02697b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
css/main.scss vendored
View File

@ -23,8 +23,10 @@ $brand-color: revert;
$grey-color: revert;
//#828282;
$grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
$grey-color-light: revert;
//lighten($grey-color, 40%);
$grey-color-dark: revert;
//darken($grey-color, 25%);
// Width of the content area
$content-width: 800px;