apply correct opacity to close icon

This commit is contained in:
CuriousMagpie
2023-03-15 11:21:25 -04:00
parent 83f5c92ff1
commit 971b124b05

View File

@@ -68,9 +68,11 @@
& svg {
fill: $yellow-1;
opacity: 0.75;
}
& :hover {
fill: $yellow-1;
opacity: 1;
}
}
}