Skip to content

Instantly share code, notes, and snippets.

@thalesmg
Created January 6, 2020 16:12
Show Gist options
  • Save thalesmg/06dae82077e36935dca284011cc61060 to your computer and use it in GitHub Desktop.
Save thalesmg/06dae82077e36935dca284011cc61060 to your computer and use it in GitHub Desktop.
@-moz-document domain("oberon.virginia.xerpa.com.br") {
html {
-webkit-filter: invert(100%) !important;
}
body {
background: #222;
}
img,
iframe {
-webkit-filter: invert(100%) !important;
}
#header, #breadcrumbBar {
background: #fff;
}
#main-panel {
background: #ddd;
}
#side-panel {
background: #ddd;
}
a, a:visited, .model-link, a:link {
text-decoration: none;
color: #957373;
}
a:hover, .model-link:hover {
border-bottom: 1px solid #ccc;
}
#header .login a, #header .login a:visited {
color: #222;
}
.inverse {
color: #000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment