Change button hover colors

This commit is contained in:
Keavon Chambers
2021-04-11 14:13:21 -07:00
parent ae824e3976
commit 43b7a36008
7 changed files with 12 additions and 12 deletions
@@ -17,7 +17,7 @@
fill: #ddd;
&:hover {
background: #555;
background: #666;
fill: #fff;
}
}