From 414ddc180b68eb92c11d54f581ee726d2c76bd14 Mon Sep 17 00:00:00 2001 From: trinkey Date: Thu, 16 Jan 2025 10:08:54 -0500 Subject: [PATCH] fix background thing w codeblocks --- tcommon/static/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tcommon/static/css/base.css b/tcommon/static/css/base.css index 1f960e7..cbc9a35 100644 --- a/tcommon/static/css/base.css +++ b/tcommon/static/css/base.css @@ -45,6 +45,10 @@ pre.not-code { white-space: pre-wrap; } +pre > code { + background: none; +} + i { color: rgb(var(--subtext0)); }