From 3eaf0ceb5f6e00a0b7659d5e445b3d7ca7fd17f4 Mon Sep 17 00:00:00 2001 From: jbergner Date: Sun, 4 May 2025 21:44:05 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20f=C3=BCr=20Code-Element=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/main.css b/static/main.css index 3c48c23..bc5ba28 100644 --- a/static/main.css +++ b/static/main.css @@ -144,8 +144,6 @@ article blockquote { color: var(--text-muted); } code { - border-left: 4px solid var(--accent); - padding: .5rem 1rem; margin: 1rem 0; background: var(--code-bg); color: var(--text-muted); }