]> git.rmz.io Git - dotfiles.git/commitdiff
dwb: invert images in doxygen
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 9 Feb 2015 15:43:29 +0000 (15:43 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 9 Feb 2015 15:44:04 +0000 (15:44 +0000)
This is awesome!

dwb/userstyles/doxygen.css

index f3a8590bd66a8ef6affd7312300806512096c9fb..2d19e88ec036ea2b9550ecbb45535dc80e789ddb 100644 (file)
@@ -22,6 +22,12 @@ body
   position: absolute;
 }
 
+img[src*=".png"]
+{
+  -webkit-filter: invert(90%) !important;
+  background-color: transparent !important;
+}
+
 #side-nav
 {
   top: inherit !important;