Fix thevoid theme on light mode devices

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
Esse commit está contido em:
Danila Fedorin 2024-12-04 13:58:32 -08:00
commit fa180ee24e

Ver arquivo

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