aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-07-10 14:45:18 -0400
committerBradley Taunt <bt@btxx.org>2025-07-10 14:45:18 -0400
commitcdf0f7b4c99b9eec10c82d74252febc08aaba635 (patch)
tree95fe75b71033c7c7582e7339b9bf4ea35d9267da /public
parent927b448cd31ff2c86db249ea4b49e32d3b9be9a5 (diff)
Minor draft work
Diffstat (limited to 'public')
-rw-r--r--public/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css
index 8214030..fc34ff1 100644
--- a/public/style.css
+++ b/public/style.css
@@ -120,6 +120,9 @@ pre {
overflow: auto;
padding: 8px;
}
+pre:has(code.language-diagram) {
+ background: none;
+}
blockquote {
border-left: 4px solid;