new_blog/posts/platonically-ideal-light-dark-toggle.md
2025-08-20 14:47:28 -04:00

18 lines
332 B
Markdown

---
title: "Making a platonically ideal light/dark theme toggle on the web"
description: ""
date: "2025-08-20"
draft: true
tags: []
---
Many blogs have a button you can use to toggle between their light and dark themes.
Unfortunately this button is often done in the obvious way which has issues.
## The Obvious Way
[demo]()