change nav color and make green bolder
This commit is contained in:
parent
2c27e41e7a
commit
19949c8b2b
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue