Change dark mode background to dark grey
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user