|
You are here |
www.ayush.nz | ||
| | | | |
alexmuraro.me
|
|
| | | | | 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
|
|
| | | | | prefers-color-scheme and media queries are magic | |
| | | | |
whitep4nth3r.com
|
|
| | | | | 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
|
|
| | | A detailed account of bug fixes I made in WebKit's CSS variables implementation. | ||