Skip to content

Commit

Permalink
background color
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdt01 committed Feb 18, 2024
1 parent 422ab23 commit e1f5238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $light-gray : mix(#fff, $gray, 50%);
$lighter-gray : mix(#fff, $gray, 90%);

$body-color : #fff;
$background-color : #fff;
// $background-color : #fff;
$background-color : $darker-gray;
$code-background-color : #fafafa;
$code-background-color-dark : $light-gray;
$text-color : $dark-gray;
Expand Down

0 comments on commit e1f5238

Please sign in to comment.