From 4191546c3aaa7319a3511389f0e67eb95f7261fa Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 16 May 2026 20:46:31 +0300 Subject: [PATCH] Revert "main.scss: try a new colour for dark theme" This reverts commit 594d6aa3fcc450a3efafb23a1a7859093290afee. --- assets/main.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index f4bf29f..c2814e0 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: #adff2f !important; - border-color: #adff2f !important; + color: #ffb700 !important; + border-color: #ffb700 !important; background-color: #000000 !important; } // Adblocker detection) .ftf-dma-note { color-scheme: only dark !important; - color: #adff2f !important; - border-color: #adff2f !important; + color: #ffb700 !important; + border-color: #ffb700 !important; background-color: #000000 !important; max-width: 78ch !important; margin: 0 auto !important;