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 software systems across mobile and backend environments, with a strong focus on product-driven engineering.
Over the years, he has collaborated with financial institutions, biomedical companies, and startups from New York, Berlin, and beyond. He is currently focused on AI systems that support and automate parts of the software development lifecycle.
