Skip to content
Snippets Groups Projects
Verified Commit 9dfe4657 authored by Rok Štular's avatar Rok Štular
Browse files

improvement(dark-mode): Improve colors in dark mode

parent ff283095
No related branches found
No related tags found
2 merge requests!256Release of FVM chapter and updates,!246improvement(dark-mode): Improve colors in dark mode
Pipeline #213782 passed
......@@ -133,3 +133,5 @@ dmypy.json
# Jupyter Book
_build/
book/_config.yml.bak
html[data-theme="dark"] .alert {
--bs-alert-bg: #132119;
--bs-alert-color: #d1e7dd;
}
html[data-theme="dark"] main img:not(.only-dark):not(.dark-light) {
filter: invert(1) hue-rotate(180deg);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment