0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 18:22:40 +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; color : #666;
} }
} }
&:hover{
background-color: #999;
}
} }
} }