Fix thevoid theme on light mode devices

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-12-04 13:58:32 -08:00
parent 5846dd5d04
commit fa180ee24e

View File

@ -2,6 +2,7 @@
body {
background-color: #1c1e26;
--text-color: white;
font-family: $font-code;
}