diff --git a/themes/hackit0x14/static/css/hackit.css b/themes/hackit0x14/static/css/hackit.css index 0f63280..c65d19b 100644 --- a/themes/hackit0x14/static/css/hackit.css +++ b/themes/hackit0x14/static/css/hackit.css @@ -48,6 +48,11 @@ h1, h2, h3, h4, strong, tt { color: black; } +.navbar .navbar-nav > li > a { + transition: background-color .3s; + background-color: #e12b2b; +} + .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus { @@ -60,6 +65,7 @@ h1, h2, h3, h4, strong, tt { .navbar .navbar-brand:hover, .navbar .navbar-brand:focus { color: black; + background-color: #ff7456; } .navbar-brand { diff --git a/themes/hackit0x14/templates/base.html b/themes/hackit0x14/templates/base.html index d779171..fd6c508 100644 --- a/themes/hackit0x14/templates/base.html +++ b/themes/hackit0x14/templates/base.html @@ -121,7 +121,7 @@ {% set menu = MENUITEMS %} {% endif %} {% for title, link in menu %} -