From 7721337fbf89d9b6b2cd7c6cb9c502c6e5ed83a8 Mon Sep 17 00:00:00 2001 From: K0rni <14800396+K0rni@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:49:49 +0100 Subject: [PATCH] change color of heading1 to be better visible in dark mode (#469) --- RX_FSK/data/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RX_FSK/data/style.css b/RX_FSK/data/style.css index 386554c..fd3dc12 100755 --- a/RX_FSK/data/style.css +++ b/RX_FSK/data/style.css @@ -413,7 +413,10 @@ h1{ @media (prefers-color-scheme: dark) { body { background-color: #333; - } + } + h1{ + color: #3378f6; + } h2{ color: white; }