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
This is addressed in jupyter-book/jupyter-book#1345:
In the Jupyter notebook:
:::{admonition} Extra credit An "extra credit" exercise is presented here. :::
Then, in format.css:
.admonition-extra-credit { border-left-color: rgba(var(--pst-color-success), 1); } .admonition-extra-credit .admonition-title { background-color: rgba(var(--pst-color-success), .1) } .admonition-extra-credit .admonition-title:before { color: rgba(var(--pst-color-success), 1); content: '\f19d'; }
The text was updated successfully, but these errors were encountered:
To find free icons like the graduation-hat used over, see https://fontawesome.com/v6.0/icons?d=gallery&p=1&s=solid&m=free.
Sorry, something went wrong.
The local format.css file (or whatever you call it) should be put in _static, which is in (or needs to be created in) the jupyter book root directory.
Look here: https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/customizing.html for customizing colors.
furnstahl
No branches or pull requests
This is addressed in jupyter-book/jupyter-book#1345:
In the Jupyter notebook:
Then, in format.css:
The text was updated successfully, but these errors were encountered: