This commit is contained in:
adilhafeez 2025-12-24 01:15:19 +00:00
parent 0898a9aa15
commit c25ce33efc
68 changed files with 9799 additions and 4588 deletions

6
_static/css/custom.css Executable file
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;
}