Wiki source code of Grayscaling everything

Last modified by Normann P. Nielsen on 2025/12/12 15:11

Show last authors
1 I was thinking to do this:
2
3
4 {{code}}
5 <style>
6 body {
7 -webkit-filter: grayscale(100%);}
8 </style>
9 {{/code}}
10
11 To make a paperlike homepage, but the thought was funnier than the result...