Created
May 5, 2014 18:57
-
-
Save Angles/7d04990bcd22df641ce0 to your computer and use it in GitHub Desktop.
Sublime Docs Better
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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