diff --git a/static/homepage.html b/static/homepage.html
index ade629d..fa748f0 100644
--- a/static/homepage.html
+++ b/static/homepage.html
@@ -45,7 +45,7 @@
}
@media (prefers-color-scheme: dark) {
html {
- background-color: #0f110e;
+ background-color: #1d1f21;
color: #fafafe;
}
h2 a {
diff --git a/static/style.css b/static/style.css
index aff1b07..8e79272 100644
--- a/static/style.css
+++ b/static/style.css
@@ -279,7 +279,7 @@ tr.__table-separator {
/* Dark mode. */
@media (prefers-color-scheme: dark) {
html {
- background-color: #111;
+ background-color: #1d1f21;
color: #fafafe;
}