From fecd75db89c629cb758d92e2fae7613aaf6abba3 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 16 Dec 2020 15:33:55 -0600 Subject: [PATCH] Tweak top nav bar colors --- www/css/core.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index a295ee13..11820d06 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -268,7 +268,7 @@ header nav{ } header nav li{ - color: rgba(255, 255, 255, .75); + color: #fff; display: inline-block; } @@ -291,7 +291,6 @@ header nav li a{ header nav li a:link, header nav li a:visited{ - color: rgba(255, 255, 255, .75); text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); border-bottom: 5px solid rgba(0,0,0,0); /* for the transition */ }