mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
fixed disabled hover styling
This commit is contained in:
parent
0b0a263e7d
commit
0ef995d37f
1 changed files with 1 additions and 1 deletions
|
@ -3858,7 +3858,7 @@ key {
|
|||
opacity: 0.5;
|
||||
cursor: default;
|
||||
&:hover {
|
||||
color: var(--sub-color);
|
||||
color: var(--text-color);
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue