Skip to content

Instantly share code, notes, and snippets.

@Angles
Created May 5, 2014 18:57
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 Angles/7d04990bcd22df641ce0 to your computer and use it in GitHub Desktop.
Save Angles/7d04990bcd22df641ce0 to your computer and use it in GitHub Desktop.
Sublime Docs Better
/* SAFARI USERCSS
Sublime Docs
http://sublime-text-unofficial-documentation.readthedocs.org/(STAR)
*/
.wy-nav-content {
//background-color: orange;
//background: orange;
background-color: #2980b9;
}
.rst-content {
//background-color: lightgrey;
background-color: #C0C0C0;
}
div.section p {
font-size: 1.1em !important;
}
pre, code, tt, dl.method dt {
background-color: #E0E0E0 !important;
font-size: 1.0em !important;
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment