From 3c4e8f3513233462fda938b170d403631dcdd023 Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 23:02:53 +0100 Subject: [PATCH] burger --- includes/topnav.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/topnav.css b/includes/topnav.css index 6957682..f15e85b 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -21,7 +21,7 @@ /* Style the hamburger menu */ .topnav a.icon { - color: #33ff33; + color: #e69109; background: black; display: block; position: absolute; @@ -38,5 +38,5 @@ /* Style the active link (or home/logo) */ .active { background-color: #0f0f0f; - color: #33ff33; + color: #e69109; } \ No newline at end of file