From 5eca9b25d6b8f337234bac2260c98d70e7bdaaf4 Mon Sep 17 00:00:00 2001 From: Udit Patel Date: Sat, 20 Jun 2020 00:46:22 +0530 Subject: [PATCH] Fix the Navigation transparency bug in MOBO --- lib/css/article.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/css/article.css b/lib/css/article.css index 2dacbbe..5924254 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -102,7 +102,7 @@ nav { } .nav-transparent { - background-color: transparent !important; + background-color: #072A46 !important; box-shadow: none; } @@ -167,4 +167,4 @@ hr.subhead { hsl(185, 76%, 52%), hsla(0, 0%, 0%, 0)); position: relative; -} \ No newline at end of file +}