diff --git a/public/themes/bootstrap3-light/theme.css b/public/themes/bootstrap3-light/theme.css index 9ba03aa..3c68a85 100644 --- a/public/themes/bootstrap3-light/theme.css +++ b/public/themes/bootstrap3-light/theme.css @@ -12,4 +12,9 @@ .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a { color: #002966 !important; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-nav > li > a:hover { + color: #00c !important; } \ No newline at end of file diff --git a/public/themes/bootstrap3/theme.css b/public/themes/bootstrap3/theme.css index 1794572..3d0dce2 100644 --- a/public/themes/bootstrap3/theme.css +++ b/public/themes/bootstrap3/theme.css @@ -49,6 +49,11 @@ ol.breadcrumb { color: #b3d1ff !important; } +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-nav > li > a:hover { + color: #fff !important; +} + .page-title { margin-top: 0; }