mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-16 10:36:11 +08:00
kind of a hack but it does its job by highlighting the button and works with all themes
This commit is contained in:
parent
494e80e59e
commit
dc8d15adeb
1 changed files with 2 additions and 2 deletions
|
@ -2735,8 +2735,8 @@ key {
|
|||
align-items: center;
|
||||
|
||||
.button.danger {
|
||||
background: var(--error-color);
|
||||
color: var(--bg-color);
|
||||
box-shadow: 0px 0px 0px 2px var(--error-color);
|
||||
color: var(--text-color);
|
||||
&:hover {
|
||||
background: var(--text-color);
|
||||
color: var(--bg-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue