make site dark mode if js is disabled and fix instances

This commit is contained in:
2022-08-07 19:45:57 +03:00
parent 0d77abcb0b
commit 6d507c08de
2 changed files with 1 additions and 4 deletions

View File

@@ -9,9 +9,6 @@ html {
--accent-translucent: #00a58498;
--font-primary: Raleway;
--font-header: Raleway;
}
html.dark {
--primary: #151515;
--secondary: #252525;
--tertiary: #353535;