ion-app.app-root page-addon-mod-quiz-navigation-modal { .item.core-question-correct, .item.core-question-incorrect, .item.core-question-notanswered, .item.core-question-partiallycorrect, .item.core-question-requiresgrading, .item.core-question-answersaved { ion-label.label { color: $text-color; } color: $text-color; background-color: $white; @include darkmode() { ion-label.label { color: $core-dark-text-color; } color: $core-dark-text-color; background-color: $core-dark-item-bg-color; } } }