Skip to content

Commit 879775e

Browse files
committed
feat: Explicitly set the background color to white
1 parent 22c6363 commit 879775e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layout/styles/layout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ body {
1515
-webkit-font-smoothing: antialiased;
1616
-moz-osx-font-smoothing: grayscale;
1717
-webkit-text-size-adjust: 100%;
18+
19+
background-color: white;
1820
}
1921

2022
body {

0 commit comments

Comments
 (0)