Closed crobinson42 closed 4 years ago
Hello, you can just inject your own CSS file overwriting default colors and other styles to achieve your own "theme" :)
In your config just provide something like (relative to static folder):
"scripts": ["./styles/theme-green.css"],
Ah! Thanks - sometimes you totally overlook such a simple solution ;-)
I was wondering if docdash has the option or would accept a PR to config the theme accent color?