From 331724c6c3290a9713c53231070ecc6c868e6d7e Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 9 Sep 2024 12:05:15 -0700 Subject: [PATCH] make code only transparent in pre tags --- frontend/app/element/markdown.less | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/element/markdown.less b/frontend/app/element/markdown.less index b77ffc079..3a1f15daa 100644 --- a/frontend/app/element/markdown.less +++ b/frontend/app/element/markdown.less @@ -75,6 +75,7 @@ word-wrap: break-word; overflow: auto; overflow: hidden; + background-color: transparent; } .codeblock-actions {