From ff98bbb61659f80ad623302a199ea5b252a048d8 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 31 Mar 2024 22:26:40 +1100 Subject: [PATCH] move font family to only :root --- src/css/injected.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index e5a22145..3d1bb10e 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -9,6 +9,7 @@ background: var(--better-main) !important; --navy: #1a1a1a !important; --auto-background: var(--better-pale, var(--background-secondary)) !important; + font-family: Rubik, sans-serif !important; } .hidden { display: none; @@ -22,7 +23,6 @@ html { background: var(--auto-background) !important; } * { - font-family: Rubik, sans-serif !important; --theme-fg-parts: white; transition: