From a1dcfd55922a3359566d4e8aba45ce16a90780f1 Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Fri, 17 Jan 2025 13:57:11 -0500 Subject: [PATCH] Update inline image style --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles.css b/static/styles.css index d3e2b48..ebab7b0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -62,6 +62,10 @@ a:before { left: -1.25rem; } +a:has(img):before { + content: ''; +} + pre { margin: 1.5rem -1rem 2rem; background-color: #eee;