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;