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;