Skip to content

Commit e0eba84

Browse files
committed
Set default background to white
1 parent f3d3861 commit e0eba84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/material.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
margin: 0;
99
padding: 0;
1010
font-family: RobotoDraft, Roboto, Arial, sans-serif;
11+
background-color: #fff;
1112
color: rgba(0, 0, 0, 0.87);
1213
}
1314
.dark-theme {

0 commit comments

Comments
 (0)