missing extra corrected class

This commit is contained in:
Miodec 2021-01-13 02:36:24 +00:00
parent 518c3ff4c5
commit c8af149ceb

View file

@ -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;