Created
April 21, 2015 23:06
-
-
Save max6cn/fe5df0cd0c589de87159 to your computer and use it in GitHub Desktop.
CSS For Better Rust Doc Reading(Maybe other site too)
This file contains hidden or 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
body { | |
font-family: 'Source Serif Pro','Lucida Grande', 'Lucida Sans Unicode', 'Geneva', | |
'Verdana', sans-serif; | |
font-size: 18px; | |
background-color: #fdf6e3; | |
line-height: 140%; | |
} | |
#page-wrapper { | |
background-color: #fdf6e3; | |
text-shadow: 0px 1px 1px #fff; | |
} | |
#toc { | |
background-color: #fdf6e3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment