From 0008e6a1d0f7e070e258ca0758a84b28da96d22b Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 30 Sep 2024 14:10:50 -0500 Subject: [PATCH] Consistent spacing, and make everything default to green, instead of black on black --- public/styles/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 31c9220..b749bf7 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -1,13 +1,14 @@ /* @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); */ @font-face { - font-family: 'Source Code Pro'; - src: url('/fonts/SourceCodePro.ttf'); + font-family: 'Source Code Pro'; + src: url('/fonts/SourceCodePro.ttf'); } * { - color-scheme: light dark; - font-family: 'Source Code Pro', monospace !important; + color-scheme: light dark; + font-family: 'Source Code Pro', monospace !important; + color: #00FF00; } html, body {