Explore >> Select a destination


You are here

www.belter.io
| | whitep4nth3r.com
1.4 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.
| | philipnewborough.co.uk
2.6 parsecs away

Travel
| | I recently added a dark mode to my website. This post details how I achieved this by copying the existing light scheme's CSS and inverting the colour values.
| | www.ayush.nz
1.6 parsecs away

Travel
| | Creating light and dark themes for websites the right way using prefers-color-scheme - Blur the line between desktop and web by letting the OS style your website or webapp.
| | bryanlrobinson.com
18.0 parsecs away

Travel
| In this tutorial, we'll take a look at setting up Netlify's Durable Cache on a third-party API with (artificially) slow returns. We'll use a proxied dev.to API, throttle it a bit, and see the effects of durable caching on the responses. We'll also build a function to clear specific authors from the cache to get the most up-to-date information without a full rebuild.