MOBILE-4550 quiz: Fix feedback color specificity

main
Dani Palou 2024-05-15 11:14:08 +02:00
parent 0b9417884f
commit 633ef7dc9a
1 changed files with 3 additions and 3 deletions

View File

@ -38,10 +38,10 @@
.specificfeedback, .rightanswer, .im-feedback, .feedback, .generalfeedback { .specificfeedback, .rightanswer, .im-feedback, .feedback, .generalfeedback {
margin: 0 0 .5em; margin: 0 0 .5em;
}
p { p {
--color: var(--core-question-feedback-color); --color: var(--core-question-feedback-color);
}
} }
.correctness { .correctness {