From 2ac6440393ba5f2b2b3c8b6e989c69ad16d860cd Mon Sep 17 00:00:00 2001 From: koronkowy Date: Sat, 19 Aug 2023 16:42:59 -0500 Subject: [PATCH] color tweaking --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index e21aaf4..ae3266c 100644 --- a/styles.css +++ b/styles.css @@ -188,11 +188,11 @@ body[data-theme='hacker'] li { } body[data-theme='hacker'] li a { - color: #00ff00; + color: #000000; } body[data-theme='hacker'] li a:hover { - color: #00aa00; + color: #00ff00; } body[data-theme='hacker'] button,