mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 23:56:22 +08:00
fix: dark note theme dots being too big (@fehmer) (#5893)
Dots for correct letters are too big:  Signed-off-by: Christian Fehmer <cfe@sexy-developer.com>
This commit is contained in:
parent
c4dbaf2ec1
commit
dd657acb24
1 changed files with 3 additions and 4 deletions
|
@ -101,11 +101,10 @@ body::before {
|
|||
--c-dot--error: var(--colorful-error-color);
|
||||
}
|
||||
|
||||
#wordsWrapper .word:has(~ .active) letter {
|
||||
animation: toDust 200ms ease-out 0ms 1 forwards;
|
||||
#words .word:has(~ .active) letter {
|
||||
animation: toDust 200ms ease-out 0ms 1 forwards !important;
|
||||
}
|
||||
|
||||
#wordsWrapper .word:has(~ .active) letter::after {
|
||||
#words .word:has(~ .active) letter::after {
|
||||
animation: fadeIn 100ms ease-in 100ms 1 forwards;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue