Skip to content

Instantly share code, notes, and snippets.

@guehara
Created August 20, 2012 03:38
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 guehara/3400327 to your computer and use it in GitHub Desktop.
Save guehara/3400327 to your computer and use it in GitHub Desktop.
melpha friendly style for stylish
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://melpa.milkbox.net/") {
body {
background-color: #555 !important;
}
h1 {
color: #FA8 !important;
}
tr.header {
background-color: #DDD !important;
}
tr {
background-color: #777 !important;
}
tr.odd {
background-color: #888 !important;
}
a {
color: #CDF !important;
}
}
@guehara
Copy link
Author

guehara commented Aug 20, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment