zbrox / anpu-zola-theme

The Anpu theme for the Zola static site generator
https://anpu-zola-theme.vercel.app
MIT License
64 stars 34 forks source link

dark mode #7

Closed Yura52 closed 1 year ago

Yura52 commented 1 year ago

Thanks for the great theme! I wonder how hard it is to add support for dark mode? Similarly to how it is done in the "hook" theme: https://github.com/InputUsername/zola-hook Trying to estimate whether it is doable for me (I am not a web person at all).

vaidikpatil5 commented 1 year ago

assign me the issue

zbrox commented 1 year ago

It shouldn't be difficult. A media query for dark mode encapsulating the color changes needed can be added to the bottom of the stylesheet. That should cover it all.

I won't be having time to put down for this, but anyone is free to make a pull request with the changes.

semanticdata commented 1 year ago

Hello. I just created #8 adding dark-mode.

zbrox commented 1 year ago

Implemented in #8