change styles

This commit is contained in:
cuom1999 2020-03-16 01:56:55 -06:00
parent f424e609bc
commit 0ff312e3ba
10 changed files with 228 additions and 21 deletions

View file

@ -218,7 +218,7 @@ header {
}
#nav-shadow {
height: 3px;
height: 1px;
background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
@ -276,7 +276,7 @@ nav {
display: inline-block;
text-decoration: none;
vertical-align: middle;
color: #FFF;
color: #3e452c;
padding: 13px 7px;
height: 18px;
@ -291,8 +291,9 @@ nav {
}
&.active {
color: #FFF;
// color: #FFF;
background: $highlight_blue;
color: black;
}
.nav-expand {