-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Support https://github.com/cognitive-engineering-lab/mdbook-quiz. Should be as simple as:
.mdbook-quiz .answer .answer-row > div {
.correct::before {
color: @green;
}
.incorrect:before {
color: @red;
}
}Though not sure if it should go in the main file or separately like it is for the admonish plugin.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers