mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
Merge pull request #1413 from Estebene/danger-colors
Fixed issue with accent colors
This commit is contained in:
commit
4eb8dfaa67
1 changed files with 2 additions and 2 deletions
|
@ -2740,8 +2740,8 @@ key {
|
|||
align-items: center;
|
||||
|
||||
.button.danger {
|
||||
background: var(--error-color);
|
||||
color: #eee;
|
||||
box-shadow: 0px 0px 0px 2px var(--error-color);
|
||||
color: var(--text-color);
|
||||
&:hover {
|
||||
background: var(--text-color);
|
||||
color: var(--bg-color);
|
||||
|
|
Loading…
Reference in a new issue