Explore >> Select a destination


You are here

www.ayush.nz
| | alexmuraro.me
3.6 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 [...]
| | cassidyjames.com
2.8 parsecs away

Travel
| | prefers-color-scheme and media queries are magic
| | whitep4nth3r.com
1.3 parsecs away

Travel
| | Add quick support for light mode and dark mode to your website using only CSS by combining two CSS custom properties with a media query.
| | twilco.github.io
23.3 parsecs away

Travel
| A detailed account of bug fixes I made in WebKit's CSS variables implementation.