From df7f65fa004129a619226a5d11062c49788c35d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 18 Oct 2022 01:16:30 +0200 Subject: [PATCH] Test different background color. --- static/homepage.html | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }