Skip to content

Instantly share code, notes, and snippets.

@max6cn
Created April 21, 2015 23:06
Show Gist options
  • Save max6cn/fe5df0cd0c589de87159 to your computer and use it in GitHub Desktop.
Save max6cn/fe5df0cd0c589de87159 to your computer and use it in GitHub Desktop.
CSS For Better Rust Doc Reading(Maybe other site too)
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