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

Commit

Permalink
Added background color as fallback while loading (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored Mar 8, 2022
1 parent a6de007 commit 0a37dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ html {
margin: 0;
overflow: hidden;
font-family: $default-font;
background-color: #000;
color: #fff;
}

0 comments on commit 0a37dbd

Please sign in to comment.