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