move font family to only :root

This commit is contained in:
SethBurkart123
2024-03-31 22:26:40 +11:00
parent 3acdcea555
commit ff98bbb616
+1 -1
View File
@@ -9,6 +9,7 @@
background: var(--better-main) !important; background: var(--better-main) !important;
--navy: #1a1a1a !important; --navy: #1a1a1a !important;
--auto-background: var(--better-pale, var(--background-secondary)) !important; --auto-background: var(--better-pale, var(--background-secondary)) !important;
font-family: Rubik, sans-serif !important;
} }
.hidden { .hidden {
display: none; display: none;
@@ -22,7 +23,6 @@ html {
background: var(--auto-background) !important; background: var(--auto-background) !important;
} }
* { * {
font-family: Rubik, sans-serif !important;
--theme-fg-parts: white; --theme-fg-parts: white;
transition: transition: