diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-07-10 14:45:18 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-07-10 14:45:18 -0400 |
| commit | cdf0f7b4c99b9eec10c82d74252febc08aaba635 (patch) | |
| tree | 95fe75b71033c7c7582e7339b9bf4ea35d9267da /public/style.css | |
| parent | 927b448cd31ff2c86db249ea4b49e32d3b9be9a5 (diff) | |
Minor draft work
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 3 |
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; |
