Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 0a37dbd

Browse files
authored
Added background color as fallback while loading (#339)
1 parent a6de007 commit 0a37dbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ html {
1616
margin: 0;
1717
overflow: hidden;
1818
font-family: $default-font;
19+
background-color: #000;
20+
color: #fff;
1921
}

0 commit comments

Comments
 (0)