Skip to content

Commit

Permalink
set background to black
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed May 7, 2024
1 parent c775c6c commit 6e249e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ body {
color: var(--off-black);
font-family: 'Roboto', sans-serif;
background: #e5e5e5;

@media (prefers-color-scheme: dark) {
background: black;
color: #eee;
}
}

/* The font-loading code below is copied from https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@400;500;700&display=swap */
Expand Down

0 comments on commit 6e249e3

Please sign in to comment.