From 594d6aa3fcc450a3efafb23a1a7859093290afee Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Oct 2025 15:51:48 +0300 Subject: [PATCH] main.scss: try a new colour for dark theme --- assets/main.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index bc05f07..87d8c68 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -151,16 +151,16 @@ code { // Overrides for dark themes @media (prefers-color-scheme: dark) { *:not(a) { - color: #ffb700 !important; - border-color: #ffb700 !important; + color: #adff2f !important; + border-color: #adff2f !important; background-color: #000000 !important; } // Adblocker detection) .ftf-dma-note { color-scheme: only dark !important; - color: #ffb700 !important; - border-color: #ffb700 !important; + color: #adff2f !important; + border-color: #adff2f !important; background-color: #000000 !important; max-width: 78ch !important; margin: 0 auto !important;