mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
made sure incorrect words use the variable color
This commit is contained in:
parent
cc894e538f
commit
08b4d8ba26
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ key {
|
|||
|
||||
.word.error {
|
||||
/* margin-bottom: 1px; */
|
||||
border-bottom: 2px solid #da3333;
|
||||
border-bottom: 2px solid var(--error-color);
|
||||
text-shadow: 1px 0px 0px var(--bg-color),
|
||||
// 2px 0px 0px var(--bg-color),
|
||||
-1px 0px 0px var(--bg-color),
|
||||
|
|
Loading…
Reference in a new issue