|
You are here |
felix-arntz.me | ||
| | | | |
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. | |
| | | | |
cathydutton.co.uk
|
|
| | | | | A look at CSS custom properties and how they can be utilised to build accessible websites and apps.} | |
| | | | |
12daysofweb.dev
|
|
| | | | | Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets. | |
| | | | |
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 [...] | ||