From 0d522a4822ec91415d6c60b231d2c4f43aebaad9 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 14 Nov 2023 22:28:59 +0100 Subject: [PATCH] color --- includes/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index a4b3ca0..dfeee63 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -204,8 +204,8 @@ nav { /* Ensure links stand out */ a { - color: #6699ff; /* Blue color for links */ - text-decoration: underline; /* Underline links for better visibility */ + color: #e69109; /* Blue color for links */ + text-decoration: none; /* Underline links for better visibility */ } /* Specific button styles for .btn class to match the hacker theme */