From e104fdfac5071427b067fa8217e3fa0c40ed5774 Mon Sep 17 00:00:00 2001 From: bain Date: Sun, 15 Oct 2023 13:29:44 +0200 Subject: [PATCH] fix dark mode --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 25f7e56..dab0d1b 100644 --- a/public/style.css +++ b/public/style.css @@ -102,7 +102,7 @@ span { .gradient-text { /* Fallback color */ - background-color: #000; + background-color: var(--text); background-repeat: repeat; background-size: 100%;