aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2023-12-03 14:28:53 -0600
committerChristian Cleberg <[email protected]>2023-12-03 14:28:53 -0600
commit6fb9529c84a268a291a23ffdd90b8ebd18fa64c0 (patch)
tree6247126fa00ca39db0d44a9d99094a9261c4f986 /static/styles.css
parentc3e7d96aa5dd969919692d4b8a2fd153a8c2ce96 (diff)
downloadcleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.tar.gz
cleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.tar.bz2
cleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.zip
fix: update code block interior
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index e1b8fbe..c2807dd 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -102,6 +102,7 @@ code {
}
pre {
+ background-color: #3c3836;
margin: 0.5rem 0;
overflow-x: auto;
}