Consistency please

This commit is contained in:
Michael Shamoon 2021-02-26 14:11:25 -08:00
parent a26150ca40
commit 6ad14d63d6

View File

@ -81,11 +81,11 @@
height: 100%; height: 100%;
svg { svg {
opacity: 50%; opacity: 0.5;
} }
&:hover svg { &:hover svg {
opacity: 100%; opacity: 1;
} }
} }