mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Fixed issue with accent colors
This commit is contained in:
parent
2ac4f24761
commit
494e80e59e
1 changed files with 1 additions and 1 deletions
|
@ -2736,7 +2736,7 @@ key {
|
|||
|
||||
.button.danger {
|
||||
background: var(--error-color);
|
||||
color: #eee;
|
||||
color: var(--bg-color);
|
||||
&:hover {
|
||||
background: var(--text-color);
|
||||
color: var(--bg-color);
|
||||
|
|
Loading…
Reference in a new issue