Skip to content

Commit

Permalink
Update _variables.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
afaji authored Nov 24, 2024
1 parent 6b5705a commit 5c0c75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ $darker-gray : mix(#000, $gray, 60%);
$light-gray : mix(#fff, $gray, 50%);
$lighter-gray : mix(#fff, $gray, 90%);

$body-color : #fff;
$background-color : #fff;
$body-color : $darker-gray;
$background-color : $darker-gray;
$code-background-color : #fafafa;
$code-background-color-dark : $light-gray;
$text-color : $dark-gray;
$code-background-color-dark : $lighter-gray;
$text-color : $lighter-gray;
$border-color : $lighter-gray;

$primary-color : #7a8288;
Expand Down

0 comments on commit 5c0c75b

Please sign in to comment.