https://demo.sentido-labs.com/proposal/discoverdev/
That's just a .dark class in the body tag:
<body class="dark" onload="document.querySelector('.dark-switch > input').onchange()">
<label class="dark-switch"><input type="checkbox" checked onchange="document.body.classList[this.checked?'add':'remove']('dark')"/> dark</label>
https://demo.sentido-labs.com/proposal/discoverdev/dark.css
I also find the yellow-on-white links in your Twitter theme difficult to read.
https://demo.sentido-labs.com/proposal/discoverdev/
That's just a .dark class in the body tag:
...a switch at the top right: ...and a bit of CSS:https://demo.sentido-labs.com/proposal/discoverdev/dark.css
I also find the yellow-on-white links in your Twitter theme difficult to read.