Hover state for close x button

This commit is contained in:
Michael Shamoon 2021-02-26 14:08:13 -08:00
parent 57c9066f81
commit a26150ca40

View File

@ -79,6 +79,14 @@
right: .4rem;
width: 1.8rem;
height: 100%;
svg {
opacity: 50%;
}
&:hover svg {
opacity: 100%;
}
}
.nav-link-additional {