From 9ce12d08a37791f282a60bb2a18bf79ff05cd7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 15 Feb 2022 09:13:18 +0100 Subject: [PATCH] nav: avoid underlines for icon links in header #151 --- static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index b820ef2107..4b361c444b 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1232,8 +1232,8 @@ option { width: 100%; } -#sidebar-toggle-span a.highlight:after, -#top-github-link a.highlight:after { +#body #sidebar-toggle-span a.highlight:after, +#body #top-github-link a.highlight:after { background-color: transparent; }