Create custom.css

This commit is contained in:
Musa 2025-12-23 14:22:33 -08:00
parent 914fda6095
commit bbadd61de0

View file

@ -0,0 +1,6 @@
/* Prevent sphinxawesome-theme's Tailwind utility `dark:invert` from inverting the header logo. */
.dark header img[alt="Logo"],
.dark #left-sidebar img[alt="Logo"] {
--tw-invert: invert(0%) !important;
filter: none !important;
}