sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 50dd26389bc7a9561ec344cb61b19e8e4d1d0eb3
parent bbc1efc1c3d9755c66779b05d1883660d725ea07
Author: kaiksto <kaiksto@protonmail.com>
Date:   Thu,  4 Aug 2016 03:35:01 +0200

Add inverted low contrast css

Diffstat:
Asurf.suckless.org/stylesheets/inverted_low_contrast.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/surf.suckless.org/stylesheets/inverted_low_contrast.md b/surf.suckless.org/stylesheets/inverted_low_contrast.md @@ -0,0 +1,16 @@ +Inverted low contrast style +=========================== + +Filter based solutions for those who like it dark (mostly, on dark sites +effect is opposite), but don't like acid-trippy images and colors. Works +reasonably smooth, unless there are lots of images. + +css +--- + + html, img { -webkit-filter: invert(95%) hue-rotate(180deg); } + +Author +------ + +* kaiksto