mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
change bg picker outline and text to text-color
This commit is contained in:
parent
d7fe8e7b9b
commit
4b53e4c136
1 changed files with 2 additions and 2 deletions
|
@ -53,10 +53,10 @@ input[type="color"]::-webkit-color-swatch {
|
|||
cursor: pointer;
|
||||
}
|
||||
& [for="--bg-color"] {
|
||||
color: var(--main-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
& #--bg-color {
|
||||
border: 1px solid var(--main-color);
|
||||
border: 1px solid var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue