Explore >> Select a destination


You are here

alexandersandberg.com
| | kleinfreund.de
1.4 parsecs away

Travel
| | An in-depth analysis of a CSS-only dark mode implementation by Mu-An Chiou and its further development using CSS custom properties
| | alexmuraro.me
2.1 parsecs away

Travel
| | I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...]
| | whitep4nth3r.com
3.3 parsecs away

Travel
| | Learn how to build The Ultimate Theme Toggle for your website using JavaScript, CSS custom properties, local storage and system settings. No framework required!
| | 12daysofweb.dev
18.3 parsecs away

Travel
| Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.