index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (357B) | |
--- | |
1 Inverted low contrast style | |
2 =========================== | |
3 | |
4 Filter based solutions for those who like it dark (mostly, on dark sites | |
5 effect is opposite), but don't like acid-trippy images and colors. Works | |
6 reasonably smooth, unless there are lots of images. | |
7 | |
8 css | |
9 --- | |
10 | |
11 html, img { -webkit-filter: invert(95%) hue-rotate(180deg); } | |
12 | |
13 Author | |
14 ------ | |
15 | |
16 * kaiksto |