0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 21:12:49 +00:00

change sortDir to always white.

This commit is contained in:
Gazook89
2022-09-19 10:27:02 -05:00
parent 87a9194189
commit 10a349ade8

View File

@@ -77,11 +77,9 @@
&.sortDir{ &.sortDir{
width : auto; width : auto;
padding: 5px; padding: 5px;
&:hover {
color: white; color: white;
} }
} }
}
} }