Consistency please

This commit is contained in:
Michael Shamoon 2021-02-26 14:11:25 -08:00
parent b7433550ad
commit 10613756c0

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;
} }
} }