Fixed a color issue with hover

This commit is contained in:
twanariens 2021-01-24 13:21:41 +01:00
commit af9d45add7

View file

@ -86,7 +86,6 @@ body {
.grow:hover {
transform: scale(1.1);
color: black;
}
}