KnowX knowledge base theme with dark mode

Users read docs late at night and keep asking for a dark mode toggle. Does KnowX support this natively or do I need to bolt on a third-party plugin?

0 32
vapvarun vapvarun 0 6 months ago

KnowX has dark mode built in at the theme level. The toggle respects the OS prefers-color-scheme media query by default and stores the user's manual override in localStorage. Colors flow through CSS custom properties, so any theme customization you do automatically inherits the dark variant. No extra plugin needed.