Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
Created July 21, 2017 00:41
Show Gist options
  • Save jhaubrich/ce45dd190010bbfa40c7f2d3e0de980d to your computer and use it in GitHub Desktop.
Save jhaubrich/ce45dd190010bbfa40c7f2d3e0de980d to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://www.4clojure.com/") {
body {
filter:invert(100%);
background-color:black;
}
#footer {
visibility: hidden;
}
#menu, #lower-menu {
background: white;
}
.menu, a:link {
color: gray;
}
#logo {
height: 50px;
width: 100px;
}
#top {
padding: 0px;
}
img {
filter: invert(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment