Welcome the dark mode 🎉
My website is just a simple GitHub Page with a basic blog so I decided to keep it simple and not go with any more sophisticated Dark Mode management. It works with the preferred OS settings. 🙂
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: white;
}
p {
color: white;
}
/* etc, etc... */
}

Michał Cichoń is a software engineer based in Kraków, Poland.
With over 15 years of experience in web and mobile development, he specializes in building iPhone and iPad applications using Swift and Objective-C.
He currently works on a social media app developed by a small, data-driven team, where experiments and A/B testing shape user experience. Over the years, he has collaborated with financial institutions, biomedical companies, and startups from New York, Berlin, and beyond.