From ab93a441b897d72878e92fb0105d9f39291da62b Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Mon, 24 Mar 2025 13:27:59 -0500 Subject: [PATCH] Fixed appearance of links inside Postboxes --- bookface_dark.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 0fdbbae..21b8242 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.5.20 + Version : 1.5.21 Licence : AGPL - Created on : 23 Mar 2025 + Created on : 24 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -1811,6 +1811,13 @@ body.mod-settings #delegation .contact-block-img { padding: 50px 30px; box-sizing: border-box; } + [class^="postbox-"] a { + color: inherit !important; + } + [class^="postbox-"]:hover a, + [class^="postbox-"]:focus a { + text-decoration: underline; + } /* Solid Color Backgrounds */ .postbox-black { background-color: black;