summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css
index f2cf40bc..86f4d615 100644
--- a/style.css
+++ b/style.css
@@ -82,10 +82,12 @@ img {
pre {
font-family: code, monospace;
padding: 20px;
- border: 1px solid #cccccc;
+ border: 1px solid #dddddd;
+ border-radius: 15px;
}
span.inlinecode {
font-family: code, monospace;
border: 1px solid #999999;
+ border-radius: 2px;
}