|
You are here |
blog.miguelgrinberg.com | ||
| | | | |
tevonsb.com
|
|
| | | | | A deep dive into building a modern, fast blog using Zola, custom styling with CSS variables, thoughtful JavaScript enhancements, and deploying to Cloudflare Pages. | |
| | | | |
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 [...] | |
| | | | |
scastiel.dev
|
|
| | | | | Thanks to a recent evolution in mobile and desktop operating systems, it is more and more common for users to expect two UI themes for apps and websites: a light one and a dark one. In this article we'll see how it is possible to offer two themes in your React application, using the one the user prefers by default. | |
| | | | |
caniuse.com
|
|
| | | "Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers. | ||