From f393644de7932aa8d7db0c2fe3039ca22b199412 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 15 May 2025 14:06:59 -0500 Subject: [PATCH] Fixed transparent friends in common list --- bookface_dark.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bookface_dark.css b/bookface_dark.css index 5d29e61..fb1dcdc 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,8 +1,8 @@ /* Name : Bookface Dark - Version : 1.7.0 + Version : 1.7.1 Licence : AGPL - Created on : 03 MAY 2025 + Created on : 15 MAY 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml */ @@ -591,6 +591,9 @@ header #banner { display: block; padding-right: 30px; } + #rfic-desc, #remote-friends-in-common { + background-color: var(--content-bg); + } #contact-edit-status-wrapper { margin: 15px 0px !important; border-radius: 10px;