mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
fix background color input border (#1907) by refact0r
This commit is contained in:
parent
4ec9ff3d54
commit
3eea87c803
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ input[type="number"] {
|
|||
}
|
||||
|
||||
& #--bg-color {
|
||||
border: 1px solid var(--sub-color);
|
||||
border: 2px solid var(--sub-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue