summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-05-25 20:53:05 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-05-25 20:53:05 -0400
commitc3cad9328cff7bfee8d9d824a2098f1b019e884a (patch)
tree77a614ea7d75ce1b9963d576f61dda81ea0d59d3
parentc5e5d7c939a2640763775b0688ed698c51ec28c1 (diff)
Added a bit of styling to the code snippets
-rw-r--r--index.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.css b/index.css
index 755156b..758afa3 100644
--- a/index.css
+++ b/index.css
@@ -153,8 +153,11 @@ section > h2 {
}
section pre {
+ background-color: white;
+ border: 1px solid black;
+ border-radius: 3px;
overflow-x: auto;
- padding-left: 0.5rem;
+ padding: 0.5rem;
font-size: 0.9rem;
line-height: 1.1rem;
}