summaryrefslogtreecommitdiff
path: root/blog/blogext.css
diff options
context:
space:
mode:
Diffstat (limited to 'blog/blogext.css')
-rw-r--r--blog/blogext.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/blog/blogext.css b/blog/blogext.css
index 7b6916c..9048a49 100644
--- a/blog/blogext.css
+++ b/blog/blogext.css
@@ -53,6 +53,20 @@ blockquote {
padding: 1em;
margin-left:4em;margin-right:4em;
}
+pre code {
+ background:none !important;
+ border:none !important;
+}
+pre {
+ background:rgba(128,128,128,0.4);
+ border:1px rgba(128,128,128,0.4) solid;
+ padding:4px;
+}
+code {
+ font-family:'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
+ background:rgba(128,128,128,0.4);
+ border:1px rgba(128,128,128,0.4) solid;
+}
.rightaligned {
text-align: right;
}