Skip to content

Instantly share code, notes, and snippets.

@JanPokorny
Last active September 26, 2018 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanPokorny/5825130f1d5c4d813532aabf5dfc0615 to your computer and use it in GitHub Desktop.
Save JanPokorny/5825130f1d5c4d813532aabf5dfc0615 to your computer and use it in GitHub Desktop.
Dark Stylish style for IS MU
/* ==UserStyle==
@name Dark IS MU
@namespace github.com/JanPokorny
@version 1.0.1
==/UserStyle== */
@-moz-document domain("is.muni.cz") {
#sticky_panel.bgr {
background-color: #eeeeee;
border-bottom: 1px solid #dddddd;
box-shadow: 1px 1px 15px 1px #dedcdc;
}
.dropdown-pane {
background-color: #f0f0f0;
}
#app_content {
background-color: #e0e0e0;
}
body,
#drobecky.long {
background: #e0e0e0;
}
html {
background-color: #202020; /* anti-FOUC */
filter: invert(100%) hue-rotate(180deg);
overflow-x: hidden;
}
.drobecek_logo,
.logo,
.pr_fo,
.pr_te img,
#foto img,
.foto,
.prispevek img,
.orbit-image,
.autor {
filter: hue-rotate(-180deg) invert(100%);
background-color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment