From aaaf08ac230302824a520a3ee9df61be5679cc70 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Tue, 12 Nov 2024 16:51:19 +0100 Subject: [PATCH] fix highlight color in dark mode --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 4982c86..0c29cfe 100644 --- a/css/style.css +++ b/css/style.css @@ -105,6 +105,7 @@ a:hover { .highlight { background-color: #fff0a4; + color: #17171b; } .btn,