Add Button Hover

Add button hover color
This commit is contained in:
Eric 2020-10-08 23:58:49 -07:00
parent c93ac6a7e1
commit c46616de71

View file

@ -13,3 +13,7 @@
#menu .icon-button {
color: #ba96db;
}
#menu .icon-button:hover {
color: #212b43;
}