Hi team, how can I force dark theme in Dokka? Curr...
# dokka
u
Hi team, how can I force dark theme in Dokka? Currently, my dokka site changes theme based on MacOS theme (dark and light) setting. However, I would like to force it to dark theme only so that I can match it with MkDoc's dark theme because I have setup a docsite using the combination of MkDocs and Dokka.
s
I would highly recommend against doing that for accessibility reasons. Some people need a light theme and others need a dark them for accessibility, and if you already have access to one, removing it is not a good idea.
👌 1
thank you color 1
u
Thank you, that makes sense.