Skip to content

Commit

Permalink
Fix site's background color on some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
adjogima committed Sep 25, 2024
1 parent 848de10 commit 52c304c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _source/_assets/css/base/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
padding: 0;
position: relative;
overflow-x: hidden;
background-color: $color-white;
color: $color-black;
font-family: $serif-stack;
font-size: $font-base-small;
Expand Down

0 comments on commit 52c304c

Please sign in to comment.