Skip to content

Instantly share code, notes, and snippets.

@manhg
Created December 8, 2014 05:56
Show Gist options
  • Save manhg/1696afbc03282466636b to your computer and use it in GitHub Desktop.
Save manhg/1696afbc03282466636b to your computer and use it in GitHub Desktop.
ReST preview styling
/* Usage: put this in local webserver and use restview --css=http://127.0.0.1/restview.css file.rst */
body {
font-size: 12px;
font-family: Verdana, sans-serif;
max-width: 700px;
}
pre {
background: #f7f7f7 !important;
border: solid 1px #ccc;
border-left: none;
border-right: none;
color: #000;
font-family: Monaco, "Courier New", monospace;
padding: 0.5em;
}
pre.literal-block {
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment