jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
981 stars 112 forks source link

Index navigation colors are not overridden in dark mode #62

Closed prince-chrismc closed 2 years ago

prince-chrismc commented 2 years ago

Firstly this theme is amazing! 😍

Playing around I noticed these qindex elements are styled using the original .css so I suspect an override might be missing?

image

Workaround

I added the following to my overrides.css

    html:not(.light-mode) div.qindex,
    html:not(.light-mode) div.navtab {
        background-color: var(--side-nav-background);
        border: 1px solid var(--separator-color);
    }

image

jothepro commented 2 years ago

Thanks, this looks a lot better with your override! I'll provide a fix based on your suggestions soon!

The alphabet index icons do also look like they need a rebrush 🙈 ...