Change dark mode background to dark grey

This commit is contained in:
2023-10-14 05:03:04 -06:00
parent 35a2fc5e69
commit 69bee26ff4
2 changed files with 2 additions and 6 deletions

View File

@@ -178,7 +178,7 @@
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
background-color: #1a1a1a;
color: #fff;
}
@@ -215,8 +215,4 @@
.content img {
filter: brightness(75%);
}
.contact-icons img {
filter: invert(1);
}
}