change nav color and make green bolder

This commit is contained in:
cuom1999 2020-06-11 13:25:23 -05:00
parent 2c27e41e7a
commit 19949c8b2b
2 changed files with 7 additions and 7 deletions

View file

@ -277,7 +277,7 @@ nav {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #9c3706;
color: black;
padding: 13px 7px;
height: 18px;
border-top: 2px solid transparent;
@ -286,20 +286,20 @@ nav {
font-size: initial;
&:link {
color: #9c3706;
color: black;
}
&:hover {
border-top: 2px solid $widget_black;
color: $widget_black;
border-top: 2px solid #9c3706;
color: #9c3706;
background: rgba(255, 255, 255, 0.25);
margin: 0;
}
&.active {
// color: #FFF;
border-top: 2px solid $widget_black;
color: $widget_black;
border-top: 2px solid #9c3706;
color: #9c3706;
background: white;
}

View file

@ -417,7 +417,7 @@ ul.select2-selection__rendered {
.sidebox h3 {
margin: 0 -5px;
background: #026350;
background: #045343;
border-radius: $widget_border_radius $widget_border_radius 0 0;
color: white;
padding-top: 5px;