Skip to content

Commit

Permalink
💄 Update colors for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 7, 2020
1 parent ba3cd12 commit f23c9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@media (prefers-color-scheme: dark) {
nav {
background-color: #004f4b;
background-color: #002b29;
}
}
Expand Down
6 changes: 3 additions & 3 deletions static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ dl dd {

@media (prefers-color-scheme: dark) {
body {
background-color: #001f1e;
color: #f7ffff;
background-color: #001716;
color: #f0ffff;
}
article {
background-color: #003330;
background-color: #002b29;
}
}

0 comments on commit f23c9eb

Please sign in to comment.