dark mode & update packages

This commit is contained in:
2019-10-10 09:10:18 -07:00
parent f4dbf58be9
commit fdcb665d38
4 changed files with 241 additions and 190 deletions

View File

@@ -85,3 +85,17 @@ h2 {
.BigPicture-footerLink:hover {
text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
html,
body {
background-color: #111;
color: #ccf;
}
h2 {
border-color: #335;
color: #bbb;
}
}