From 0a1987283af0bacef00f2f1ffa8b28aef683a564 Mon Sep 17 00:00:00 2001 From: edi Date: Tue, 23 Jan 2024 01:08:50 +0100 Subject: [PATCH] =?UTF-8?q?css=20f=C3=BCr=20shortcode=20highlight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/custom_head.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 459d59c..2ce3d55 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -145,6 +145,13 @@ h5 { } +.highlight { + background-color: #fff7; + padding: 0.4em; + border: 2px dotted var(--ve-light-violett); + hyphens: none; +} + a:hover {color: var(--ve-heavy-violett);}