diff --git a/static/css/screen.css b/static/css/screen.css index af72e491ca6019b99975ff5744eab4464a291786..a1d5966b35a0ec03220c67c42268a9bd7dcc1c34 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -3,6 +3,7 @@ License: none (public domain) */ + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, @@ -47,6 +48,8 @@ table { border-spacing: 0; } +@import url("pygment.css"); + /* Mockingbird Theme by Nevan Scott nevanscott.com */ body { @@ -167,6 +170,11 @@ div.codehilite { border-radius: 5px; } +code, pre { + font-family: monospace; + background-color: rgb(238, 238, 238); +} + .post pre, .page pre { padding: .5em; font-size: 12px;