From 4ac0a70c4dcaf3f59b4aa0df2b5931a199d64491 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 27 Apr 2024 00:04:21 -0500 Subject: [PATCH] This probably won't cause issues --- public/styles/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 1e82eee..31c9220 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -7,6 +7,7 @@ * { color-scheme: light dark; + font-family: 'Source Code Pro', monospace !important; } html, body { @@ -41,10 +42,6 @@ footer { text-align: center; } -a, button, .rainbow, .force-color, span, label { - font-family: 'Source Code Pro', monospace !important; -} - a:has(button) { box-shadow: none !important; transform: none !important;