Skip to content

Commit

Permalink
Change page body background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyxpp committed Aug 25, 2020
1 parent 58f5d72 commit 5d3bf84
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 @@ -71,7 +71,8 @@ $lang-color: $gray;
$text-lang-bg-color: lighten($wet-asphalt, 66%);

$base-color: $black-almost;
$body-color: $white-almost;
// $body-color: $white-almost;
$body-color: #f1f8ff; //#fafbfc;
$text-color: $black-almost;
$comp-color: complement(#222);
$border-color: lighten($base-color,60);
Expand Down

0 comments on commit 5d3bf84

Please sign in to comment.