Last active
December 21, 2015 01:42
-
-
Save weaming/616c927cf00d3fa01238 to your computer and use it in GitHub Desktop.
stylish插件 网站https://docs.python.org 的样式 https://userstyles.org/styles/91707/solarized-dark-python-documentation
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
span.pre, code{ | |
background: #002B36 !important; | |
color: #4E8B00 !important; | |
border: 0px !important; | |
margin: 0px; | |
} | |
code{ | |
padding: 0px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment