From 482df583c7f35474d96529d42fb51a9574addb52 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 20 Jun 2021 16:10:30 +0200 Subject: keybind selection css fix --- styles/globals.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css index f69cb97..471cc80 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,9 +4,8 @@ html, body { background-color: var(--bg); color: var(--fg); - - font-family: "Inter", sans-serif; } +* { font-family: "Inter", sans-serif !important; } .keyframe { fill: var(--gruble); } -- cgit v1.2.3