summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-22 00:07:16 -0500
committerStephen Enders <senders@spotify.com>2019-01-22 00:07:16 -0500
commit663d16279099925a9a765a125874200efc893f3f (patch)
treec285181a28d14c89ac1381cbe602e505c67d12c9 /www/index.css
parent5106b950da8d065e7cfc1fc9c167aa16289337aa (diff)
Fixed a broken link
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;
}