base.css: explicit colors

This commit is contained in:
He4eT 2025-02-25 02:55:25 +01:00
commit fe447209b2

View file

@ -2,6 +2,9 @@ html, body {
font-family: Play, sans-sefif; font-family: Play, sans-sefif;
min-height: 100%; min-height: 100%;
scroll-behavior: smooth; scroll-behavior: smooth;
color: var(--color-fg);
background-color: var(--color-bg);
} }
body { body {