mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
missing extra corrected class
This commit is contained in:
parent
518c3ff4c5
commit
c8af149ceb
1 changed files with 9 additions and 0 deletions
|
@ -1699,6 +1699,10 @@ key {
|
|||
user-select: none;
|
||||
padding-bottom: 1em;
|
||||
|
||||
.newline{
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
letter {
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 0.05em;
|
||||
|
@ -1952,6 +1956,7 @@ key {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
.word {
|
||||
margin: 0.25rem;
|
||||
color: var(--sub-color);
|
||||
|
@ -2040,6 +2045,10 @@ key {
|
|||
border-bottom: 2px dotted var(--main-color);
|
||||
}
|
||||
|
||||
.word letter.extraCorrected {
|
||||
border-right: 2px dotted var(--main-color);
|
||||
}
|
||||
|
||||
.word letter.incorrect {
|
||||
color: var(--error-color);
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue