Skip to content

Instantly share code, notes, and snippets.

@razor-x
Last active August 29, 2015 13:59
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 razor-x/10936192 to your computer and use it in GitHub Desktop.
Save razor-x/10936192 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("arxiv.org") {
body {
font-family: 'Open Sans', sans-serif;
background-color: #f3f3f3
}
h1, h2, .list-title {
font-family: 'Roboto', sans-serif;
}
a {
color: #0099cc;
}
a:visited {
color: #9933cc;
}
.authors a, .list-authors a {
color: #669900;
}
.authors a:visited, .list-authors a:visited {
color: #9933cc;
}
.arxivid a {
font-weight: normal;
}
dt {
padding-top: 1rem;
}
dt a:first-child {
color: initial;
}
dt a:first-child:hover {
text-decoration: none;
}
.list-identifier a {
color: #cc0000;
font-weight: normal;
}
.list-identifier a:first-child {
color: #0099cc;
}
#front a {
color: #000;
}
#front a:visited {
color: #9933cc;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment