Skip to content

Commit

Permalink
Update main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela authored May 21, 2024
1 parent f899d7c commit ece0269
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ece0269

Please sign in to comment.