From 285ead789fabe278d0cb7768d4e7f689af692f32 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 9 Feb 2015 15:43:29 +0000 Subject: [PATCH] dwb: invert images in doxygen This is awesome! --- dwb/userstyles/doxygen.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dwb/userstyles/doxygen.css b/dwb/userstyles/doxygen.css index f3a8590..2d19e88 100644 --- a/dwb/userstyles/doxygen.css +++ b/dwb/userstyles/doxygen.css @@ -22,6 +22,12 @@ body position: absolute; } +img[src*=".png"] +{ + -webkit-filter: invert(90%) !important; + background-color: transparent !important; +} + #side-nav { top: inherit !important; -- 2.48.1