From 4fd3d36a883f466a6a9b5ff2d7293b0bc601f116 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 2 Jun 2017 16:20:26 +0200 Subject: Stop offending people with flags. The icon that we use is from http://www.languageicon.org/ and released under a CC license. --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 2dd48d9b..4f2a806b 100644 --- a/styles.css +++ b/styles.css @@ -125,3 +125,8 @@ footer { .cushion-below { padding-bottom: 2em; } + +.invert { + -webkit-filter: invert(100%); + filter: invert(100%); +} -- cgit v1.2.3