fix: Global font

Overrides SEQTA's new important tag for font under *{}
This commit is contained in:
Jaxon Lewis-Wilson
2026-01-21 11:40:16 +08:00
parent 979ae7149f
commit ce6538f850
+1
View File
@@ -58,6 +58,7 @@ select {
background: var(--auto-background) !important; background: var(--auto-background) !important;
} }
* { * {
font-family: Rubik, sans-serif !important;
--theme-fg-parts: white; --theme-fg-parts: white;
} }
.extension-editor { .extension-editor {