From 29dd162698f61bbd75212024cf25b91614bef867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 26 Jul 2023 21:18:23 +0200 Subject: [PATCH] button: remove text decoration #577 --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 8b4f3f74522..4156445bc2f 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -361,9 +361,9 @@ dd { .links a:hover *, .links a:active *, .links a:focus *, -#body-inner a:hover, -#body-inner a:active, -#body-inner a:focus { +article a:hover, +article a:active, +article a:focus { outline: none; text-decoration: underline; }