nav fontfamily updated
This commit is contained in:
parent
2d7cd4a45a
commit
8f03e9f127
@ -39,17 +39,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navLink {
|
.navLink {
|
||||||
color: #C9A865;
|
color: #c49c5c;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-family: 'Canva Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navLink:hover {
|
.navLink:hover {
|
||||||
color: #E8C88E;
|
color: #c49c5c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navLink::after {
|
.navLink::after {
|
||||||
@ -123,13 +124,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mobileNavLink {
|
.mobileNavLink {
|
||||||
color: #fff;
|
color: #c49c5c;
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-20px);
|
transform: translateY(-20px);
|
||||||
transition: opacity 0.4s ease, transform 0.4s ease;
|
transition: opacity 0.4s ease, transform 0.4s ease;
|
||||||
|
font-family: 'Canva Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Animate when menu open */
|
/* Animate when menu open */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user