Skip to content

Commit

Permalink
set background image to none (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Apr 7, 2023
1 parent fa8f9f5 commit 2a24340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/styles/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ html {

body {
background-color: $backgroundColor;
background-image: none;
color: $textColor;
font-family: $fontText;
font-size: 1.6rem;
Expand Down

0 comments on commit 2a24340

Please sign in to comment.