PSA: Add dark mode to your sites, or at least let the browsers do it for you
I have a simple message for web developers, start adding the color-scheme property to your webpages.
<!--
The page supports both dark and light color schemes,
and the page author prefers dark.
-->
<meta name="color-scheme" content="dark light">
...
blog.okikio.dev5 min read
Usman Sabuwala
Learning web development, running a YouTube channel
Damn I was finding a way to make the scrollbar dark! Thanks a l=ton man!