From d6dd2cb117f8ec9d57d04d3030186df18938fa8b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Mar 2021 16:08:45 -0500 Subject: [PATCH] Fix navbar color --- themes/bbaovanc/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/bbaovanc/static/css/style.css b/themes/bbaovanc/static/css/style.css index 1375934..50b7444 100644 --- a/themes/bbaovanc/static/css/style.css +++ b/themes/bbaovanc/static/css/style.css @@ -88,6 +88,7 @@ a { background-color: #222; } .navbar a { + color: lightgray; } .navbar a:hover { background-color: #444;