summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.css b/www/index.css
index 137b613..a7a2665 100644
--- a/www/index.css
+++ b/www/index.css
@@ -1,4 +1,4 @@
-html,body { margin: 0; font-family: sans-serif; }
+html,body { margin: 0; font-family: monospace; }
#body { margin: 16px 10%; }
#body article { border-bottom: 1px solid #060606; }
#body article:last { border-bottom: none; }
@@ -30,10 +30,10 @@ html,body { margin: 0; font-family: sans-serif; }
code {
font-family: monospace;
- color: #333;
- font-size:1.1em;
+ background: #eee;
+ padding: 2px 2px;
+ border-radius: 5px 5px;
}
-
code.inline {
display: inline;
}