From c35be464453580086a070b306e493851dbd192f8 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 1 Mar 2025 23:55:59 +0000 Subject: [PATCH] Fixed double underline on active tab [Issue #17] --- bookface_auto.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 0d76355..316973a 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,6 +1,6 @@ /* Name : Bookface Auto Color Mode - Version : 1.5.4 + Version : 1.5.5 Licence : AGPL Created on : 27 Feb 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml @@ -972,7 +972,6 @@ .jot-nav .active a { background-color: transparent !important; border-radius: 0 !important; - border-bottom: 3px solid var(--link-color) !important; } .jot-nav .active a:hover, .jot-nav .active a:focus { background-color: transparent !important; @@ -3605,7 +3604,6 @@ p.wall-item-announce, .jot-nav .active a { background-color: transparent !important; border-radius: 0 !important; - border-bottom: 3px solid var(--link-color) !important; } .jot-nav .active a:hover, .jot-nav .active a:focus { background-color: transparent !important;