Add styles for correct and incorrect input rows

This commit is contained in:
2026-01-08 02:42:00 +01:00
parent b05011f8ee
commit aa61583bd7

View File

@@ -510,6 +510,16 @@ h4 {
font-weight: 700; font-weight: 700;
} }
.match-row.correct .input {
background: #e6f7ed;
border-color: #b7e4c7;
}
.match-row.incorrect .input {
background: #fde8e8;
border-color: #f5b7b1;
}
.option-hints { .option-hints {
font-size: 0.9rem; font-size: 0.9rem;
color: var(--muted); color: var(--muted);