mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
fixed active entry icon color not changing
This commit is contained in:
parent
dcb505e507
commit
bc4651d2b7
1 changed files with 10 additions and 0 deletions
|
@ -123,11 +123,21 @@
|
|||
color: var(--bg-color) !important;
|
||||
background: var(--text-color) !important;
|
||||
cursor: pointer;
|
||||
.fas,
|
||||
.far,
|
||||
.fab {
|
||||
color: var(--bg-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.activeKeyboard {
|
||||
color: var(--bg-color) !important;
|
||||
background: var(--text-color) !important;
|
||||
.fas,
|
||||
.far,
|
||||
.fab {
|
||||
color: var(--bg-color);
|
||||
}
|
||||
}
|
||||
|
||||
// &:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue