Skip to content

Commit c0e66cf

Browse files
authored
Fix #411
Set body background to white instead of relying on default browser behavior
1 parent 579d851 commit c0e66cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $yellow: #FECD2F;
1111

1212
body {
1313
font-family: $body-font;
14+
background-color: white;
1415
}
1516

1617
#ferris img {

0 commit comments

Comments
 (0)