From 8877ec9be1b51c49e6aac251ea846220e43703d5 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 30 Sep 2024 14:15:28 -0500 Subject: [PATCH] Revert "Revert "Consistent spacing, and make everything default to green, instead of black on black"" This reverts commit a8d04efd4407e23a158c8a94aeb625fb2fd0314e. The breakage was from a nginx change, not this commit --- 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 {