0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Darken divider on hover

This commit is contained in:
G.Ambatte
2021-10-19 23:19:26 +13:00
parent 3b37cacea2
commit dbf6020194

View File

@@ -28,5 +28,8 @@
color : #666;
}
}
&:hover{
background-color: #999;
}
}
}