mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 17:48:51 +08:00
fixed word error not using bg color
This commit is contained in:
parent
078e0c3072
commit
bf9a912847
3 changed files with 4 additions and 4 deletions
|
@ -694,7 +694,7 @@ key {
|
|||
.word.error {
|
||||
/* margin-bottom: 1px; */
|
||||
border-bottom: 2px solid #da3333;
|
||||
text-shadow: 1px 0px 0px #111, 2px 0px 0px #111, -1px 0px 0px #111, -2px 0px 0px #111, 0px 1px 0px #111, 1px 1px 0px #111, -1px 1px 0px #111;
|
||||
text-shadow: 1px 0px 0px var(--bg-color), 2px 0px 0px var(--bg-color), -1px 0px 0px var(--bg-color), -2px 0px 0px var(--bg-color), 0px 1px 0px var(--bg-color), 1px 1px 0px var(--bg-color), -1px 1px 0px var(--bg-color);
|
||||
}
|
||||
|
||||
.word.active {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -574,8 +574,8 @@ key {
|
|||
.word.error {
|
||||
/* margin-bottom: 1px; */
|
||||
border-bottom: 2px solid #da3333;
|
||||
text-shadow: 1px 0px 0px #111, 2px 0px 0px #111, -1px 0px 0px #111,
|
||||
-2px 0px 0px #111, 0px 1px 0px #111, 1px 1px 0px #111, -1px 1px 0px #111;
|
||||
text-shadow: 1px 0px 0px var(--bg-color), 2px 0px 0px var(--bg-color), -1px 0px 0px var(--bg-color),
|
||||
-2px 0px 0px var(--bg-color), 0px 1px 0px var(--bg-color), 1px 1px 0px var(--bg-color), -1px 1px 0px var(--bg-color);
|
||||
}
|
||||
|
||||
.word.active {
|
||||
|
|
Loading…
Add table
Reference in a new issue