From fa180ee24e090dd781d3a7c6b5f23070e26b5085 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 4 Dec 2024 13:58:32 -0800 Subject: [PATCH] Fix thevoid theme on light mode devices Signed-off-by: Danila Fedorin --- assets/scss/thevoid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/thevoid.scss b/assets/scss/thevoid.scss index 1e2173e..8227ba6 100644 --- a/assets/scss/thevoid.scss +++ b/assets/scss/thevoid.scss @@ -2,6 +2,7 @@ body { background-color: #1c1e26; + --text-color: white; font-family: $font-code; }