From 7ee308de5b818e454e32187f783358f179d3b0d5 Mon Sep 17 00:00:00 2001 From: antongit Date: Tue, 4 Jun 2024 10:57:14 +0200 Subject: [PATCH] Removed underline for links on img --- assets/scss/_blog.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_blog.scss b/assets/scss/_blog.scss index 3ed46f32..c259f67f 100644 --- a/assets/scss/_blog.scss +++ b/assets/scss/_blog.scss @@ -255,7 +255,7 @@ section#Blog // margin-top: 3em; margin-bottom: 5em; - a + a:not(:has(img)) { text-decoration: none; border-bottom: 1px solid #ccc;