From 2de555f17694cdc34110588274140996819af089 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Mar 2016 16:53:29 -0500 Subject: [PATCH] invert origin image color in bloodgod theme --- contrib/static/bloodgod.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/static/bloodgod.css b/contrib/static/bloodgod.css index fdee3a8..9659623 100644 --- a/contrib/static/bloodgod.css +++ b/contrib/static/bloodgod.css @@ -76,4 +76,8 @@ table thead th { .navbar-link > label:hover { color: red; +} + +.origin > img { + filter: invert(100%); } \ No newline at end of file