plano/_static/css/custom.css
2025-12-24 01:15:19 +00:00

6 lines
234 B
CSS
Executable file

/* 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;
}