mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
fix: ligatures not displayed correctly with dark_note theme (fehmer) (#4914)
This commit is contained in:
parent
ffd4331f73
commit
de82a67ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ body::before {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#wordsWrapper .word letter::after {
|
||||
#words:not(.withLigatures) .word letter::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue