Add correct and incorrect styles for options

This commit is contained in:
2026-01-08 01:21:35 +01:00
parent 17d6393bf2
commit bdda84077a

View File

@@ -443,6 +443,17 @@ h4 {
border-radius: 10px; border-radius: 10px;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-bottom: 0.35rem; margin-bottom: 0.35rem;
border: 1px solid transparent;
}
.option.correct {
background: #e6f7ed;
border-color: #b7e4c7;
}
.option.incorrect {
background: #fde8e8;
border-color: #f5b7b1;
} }
.matches { .matches {