From dbcb73ad49a36463d0a4618b2c985ca637a48341 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 25 Oct 2025 14:36:23 -0300 Subject: content, css: transformContent: fenced code blocks --- src/static/css/site.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/static') diff --git a/src/static/css/site.css b/src/static/css/site.css index 61803c9d..4998b799 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1554,6 +1554,22 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), color: #fffb; } +pre.content-code { + white-space: normal; + background: black; + color: white; + padding: 5px; + max-width: calc(100vw - 180px); + overflow-x: scroll; + border: 1px dashed var(--primary-color); +} + +pre.content-code code { + font-size: 0.8em; + line-height: 1; + white-space: nowrap; +} + s.spoiler { display: inline-block; color: transparent; -- cgit 1.3.0-6-gf8a5