transitions for navbar hover

This commit is contained in:
ThatOneCalculator 2022-11-07 12:47:57 -08:00
parent 3c1c238db7
commit cf2ab6becb

View File

@ -283,6 +283,7 @@ function more(ev: MouseEvent) {
&:hover, &.active {
&:before {
background: var(--accentLighten);
transition: all 0.4s ease;
}
}
@ -373,6 +374,7 @@ function more(ev: MouseEvent) {
&:hover {
text-decoration: none;
color: var(--navHoverFg);
transition: all 0.4s ease;
}
&.active {
@ -381,6 +383,7 @@ function more(ev: MouseEvent) {
&:hover, &.active {
color: var(--accent);
transition: all 0.4s ease;
&:before {
content: "";
@ -466,6 +469,7 @@ function more(ev: MouseEvent) {
&:hover, &.active {
&:before {
background: var(--accentLighten);
transition: all 0.4s ease;
}
}
@ -534,6 +538,7 @@ function more(ev: MouseEvent) {
&:hover, &.active {
text-decoration: none;
color: var(--accent);
transition: all 0.4s ease;
&:before {
content: "";