Update main.css
Subtle contrast added to the nav logo
This commit is contained in:
parent
cd9c0e85e1
commit
b565ca5284
6
main.css
6
main.css
@ -186,12 +186,13 @@ section.hero-section {
|
|||||||
.nav-link-block {
|
.nav-link-block {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
color: rgba(0,0,0,0.8);
|
opacity: .6;
|
||||||
|
transition: all .3s ease-out;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link-block:hover {
|
.nav-link-block:hover {
|
||||||
opacity: .5;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navlink-li {
|
.navlink-li {
|
||||||
@ -223,6 +224,7 @@ section.hero-section {
|
|||||||
.hamburger {
|
.hamburger {
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
transition: all .3s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hamburger-line {
|
.hamburger-line {
|
||||||
|
Loading…
Reference in New Issue
Block a user