/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

brettterpstra.com
| | alexmuraro.me
4.3 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 [...]
| | kiko.io
5.8 parsecs away

Travel
| | This is now the fourth Discoveries issue in a row that deals with CSS and I wonder why. Maybe because CSS has been exploding in terms of functionality...
| | nicksimson.com
6.0 parsecs away

Travel
| | Adding a new feature to this site's design.
| | scastiel.dev
22.0 parsecs away

Travel
| 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.