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

View file

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