From e42f711c2339c8be173aafd62a4a7fd51867054d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 23 Feb 2022 13:44:45 +0100 Subject: [PATCH] variant: remove glow from children lists --- static/css/theme-neon.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index 6a6eb453bb2..3ee44131af7 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -172,6 +172,12 @@ body #sidebar a:hover { 0 0 8px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color); } +body h1 a, +body h2 a, +body h3 a, +body h4 a, +body h5 a, +body h6 a, body .anchor { text-shadow: none; }