chrismwilliams / astro-theme-cactus

A simple Astro theme. Use it to create your blog or website.
https://astro-cactus.chriswilliams.dev/
MIT License
936 stars 149 forks source link

Dark mode not working #226

Closed logicman closed 8 months ago

logicman commented 8 months ago

The latest version breaks the dark mode toggle button on the top right.

npm create astro@latest -- --template chrismwilliams/astro-theme-cactus

chrismwilliams commented 8 months ago

Hey @logicman, unfortunately astro@4.2.5 and later have an issue which can only be seen in dev mode, which is affecting this themes' dark mode logic. Downgrading to v4.2.4 is the best solution for now.

logicman commented 8 months ago

Excellent that worked! Hope the issue can be fixed for the latest version in the near future. Thanks in advance.