mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
Add Button Hover
Add button hover color
This commit is contained in:
parent
c93ac6a7e1
commit
c46616de71
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
#menu .icon-button {
|
||||
color: #ba96db;
|
||||
}
|
||||
|
||||
#menu .icon-button:hover {
|
||||
color: #212b43;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue