From 277340e4917a01ea524153d2296940d0d5fe6819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 23 Jun 2023 12:39:51 +0200 Subject: [PATCH] theme: remove link underline in menu #577 --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 3efdece8cc..a4cc9f99d6 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -151,6 +151,10 @@ dd { width: 18.75rem; } +#sidebar a{ + text-decoration: none; +} + #header-wrapper { border-bottom-style: solid; border-bottom-width: 4px;