From 4a9b3649a40d215f2944486ca620dd0391c49ca4 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 3 Nov 2023 22:55:08 +0100 Subject: [PATCH] dosis + e69109 --- includes/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index ac12e70..f7d7650 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -166,9 +166,9 @@ tr:hover { /* Hacker theme styles */ body { - font-family: 'Courier New', monospace; + font-family: 'dosis', monospace; background: #0f0f0f; /* Dark background for hacker aesthetic */ - color: #33ff33; /* Bright green text, reminiscent of old terminals */ + color: #e69109; /* Bright green text, reminiscent of old terminals */ } /* Ensure elements scale well on mobile */