summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2019-02-17 01:03:42 -0500
committerStephen Enders <smenders@gmail.com>2019-02-17 01:03:42 -0500
commit1aff33c074d77de0c641f9fad96e90f32701a059 (patch)
tree82459a3d11e44eaca0dfb00ea808ad9028426255 /www/index.css
parent075d5930b0fc1148b98a11fcb66d95cb4e758f94 (diff)
WIP Post
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/index.css b/www/index.css
index a7a2665..fcaa293 100644
--- a/www/index.css
+++ b/www/index.css
@@ -30,10 +30,12 @@ html,body { margin: 0; font-family: monospace; }
code {
font-family: monospace;
- background: #eee;
- padding: 2px 2px;
+ background-color: #eee;
+ padding: 4px 4px;
border-radius: 5px 5px;
+ display: inline-block;
}
code.inline {
display: inline;
+ padding: 2px 2px;
}