-  
-   Notifications  You must be signed in to change notification settings 
- Fork 418
Closed
Labels
Description
If the docs are generated using: npx @compodoc/compodoc -p tsconfig.json -n 'hello world', when navigating between pages the darkmode is lost for a split of a second, causing a very disturbing white flickering
It's probably related to the dark mote is not beint persisted between page loads. If i have the dark mode on, and navigating, first the toggle goes back to normal mode, and once the page loaded it goes back to dark mode.
Possibly related to this: #1167 , however that is considered as fixed.
os: osx 14.0
 node v20.6.1
 npm: 9.8.1
There's no any error or warning on the console when generating the docs, and it works well otherwise, apart from the flickering effect when navigating.