mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
6 lines
234 B
CSS
6 lines
234 B
CSS
/* 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;
|
|
}
|