From b8500bcef6b05b9cd1397e24811a39cd01fcc842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 1 Aug 2022 00:54:41 +0200 Subject: [PATCH] Improve visibility of links by underlining them. --- assets/css/app.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 1735246c..dc4a8fee 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -240,9 +240,7 @@ showing the sidebar (on devices with md or higher) /**************************************** * Bootstrap extensions *****************************************/ - -/* Dont underline links */ -a { +a.badge { text-decoration: none; }