From 5e773db0d6aea397f50f769b79b1fddc3b8e9b20 Mon Sep 17 00:00:00 2001 From: gr00tie Date: Wed, 15 Nov 2023 21:51:13 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index 75f221d..4485be3 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -184,14 +184,6 @@ tr:hover { } - -/* Hacker theme styles */ -body { - font-family: 'Noto Sans', monospace; - background: #0f0f0f; /* Dark background for hacker aesthetic */ - color: #e69109; /* Bright green text, reminiscent of old terminals */ -} - /* Ensure elements scale well on mobile */ @media (max-width: 768px) { body {