Skip to content

Instantly share code, notes, and snippets.

View markoidzan's full-sized avatar

Marko Idzan markoidzan

View GitHub Profile
@markoidzan
markoidzan / custom.css
Last active January 23, 2020 03:29
CWP StingRay's Dark Theme Code - Gist Edition
/* ------------------Put your custom code here--------------------*/
html, .deleted {
background: #000;
-webkit-filter:invert(1) hue-rotate(180deg)!important;
-moz-filter:invert(1) hue-rotate(180deg)!important;
filter:invert(1) hue-rotate(180deg)!important;
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0,xray=0,mirror=0,invert=1,opacity=1,rotation=2)!important;
-webkit-transition:100ms ease all;
transition: 100ms ease all;