diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-25 20:53:05 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-25 20:53:05 -0400 |
commit | c3cad9328cff7bfee8d9d824a2098f1b019e884a (patch) | |
tree | 77a614ea7d75ce1b9963d576f61dda81ea0d59d3 | |
parent | c5e5d7c939a2640763775b0688ed698c51ec28c1 (diff) |
Added a bit of styling to the code snippets
-rw-r--r-- | index.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; } |