We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I think it should go in a separate file so there's nicer separation between the default mdBook tokens and the ecosystem plugins.
If people want to, they can merge the files themselves since it is all just CSS at the end of the day.
Sorry, something went wrong.
No branches or pull requests
Support https://github.com/cognitive-engineering-lab/mdbook-quiz. Should be as simple as:
Though not sure if it should go in the main file or separately like it is for the admonish plugin.
The text was updated successfully, but these errors were encountered: