diff --git a/LibGuide-home.html b/LibGuide-home.html index beeb5d8..508e3f6 100644 --- a/LibGuide-home.html +++ b/LibGuide-home.html @@ -98,4 +98,4 @@ {{public_footer}} - + diff --git a/LibGuide.css b/LibGuide.css index b28b764..c2628fd 100644 --- a/LibGuide.css +++ b/LibGuide.css @@ -52,7 +52,11 @@ a.label.label-info:hover { background-color:#003466; } -.nav-pills>li.active>a:hover { +.nav-pills > li.active > a:hover { + background-color:#003466; +} + +.nav-pills > li.active > a:focus { background-color:#003466; }