Skip to content

Commit

Permalink
Fix website's background color on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
adjogima committed Sep 25, 2024
1 parent 16467bc commit 74286bd
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 74286bd

Please sign in to comment.