Grayscaling everything
Version 1.1 by Normann P. Nielsen on 2025/12/12 15:11
I was thinking to do this:
<style>
body {
-webkit-filter: grayscale(100%);}
</style>
body {
-webkit-filter: grayscale(100%);}
</style>
To make a paperlike homepage, but the thought was funnier than the result...