diff --git a/src/main/less/header.less b/src/main/less/header.less index 7cb1a7888..785951262 100644 --- a/src/main/less/header.less +++ b/src/main/less/header.less @@ -1,6 +1,6 @@ .navbar { - border-top: 4px solid #6db33f; - background-color: #34302d; + border-top: 4px solid #8A2BE2; + background-color: #4B0082; margin-bottom: 0px; border-bottom: 0; border-left: 0; @@ -56,7 +56,7 @@ } .navbar li:hover > a { color: #eeeeee; - background-color: #6db33f; + background-color: #FF00FF; } .navbar-toggle {