mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fix(account page): buttons unreadable on hover on accounts/profile page (fehmer) (#5292)
This commit is contained in:
parent
f2714c0a43
commit
5e7a609689
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
border-radius: 0;
|
||||
&:hover {
|
||||
color: var(--bg-color);
|
||||
background-color: var(--text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue