Skip to content
Snippets Groups Projects
Commit 302e3a1a authored by alecbrooks's avatar alecbrooks
Browse files

Add formatting for inline and block code.

parent 49cf9ab2
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
License: none (public domain) License: none (public domain)
*/ */
html, body, div, span, applet, object, iframe, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, a, abbr, acronym, address, big, cite, code,
...@@ -47,6 +48,8 @@ table { ...@@ -47,6 +48,8 @@ table {
border-spacing: 0; border-spacing: 0;
} }
@import url("pygment.css");
/* Mockingbird Theme by Nevan Scott nevanscott.com */ /* Mockingbird Theme by Nevan Scott nevanscott.com */
body { body {
...@@ -167,6 +170,11 @@ div.codehilite { ...@@ -167,6 +170,11 @@ div.codehilite {
border-radius: 5px; border-radius: 5px;
} }
code, pre {
font-family: monospace;
background-color: rgb(238, 238, 238);
}
.post pre, .page pre { .post pre, .page pre {
padding: .5em; padding: .5em;
font-size: 12px; font-size: 12px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment