summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:29:50 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-10 23:29:50 +0200
commit0d3576d1917dfeee1b56161470b527f58e243a7b (patch)
treee60a29478da9913e8607394329b2587ff4241806
parent91a34506323340485a9f83cd0cff220333befa44 (diff)
downloadwebsite-0d3576d1917dfeee1b56161470b527f58e243a7b.tar.xz
style: Add padding and border to code blocks
-rw-r--r--src/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 4090774..21606c0 100644
--- a/src/style.css
+++ b/src/style.css
@@ -180,6 +180,13 @@ pre.code {
font-family: 'Inconsolatazi4', 'monospace';
}
+pre.code {
+ padding: 10px;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #D3D3D3;
+}
+
#index, #about {
padding-bottom: 0.5rem;
color: #222;