mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Create custom.css
This commit is contained in:
parent
914fda6095
commit
bbadd61de0
1 changed files with 6 additions and 0 deletions
6
docs/source/_static/css/custom.css
Normal file
6
docs/source/_static/css/custom.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue