From 1a188f6cbdd8213fee2b6e28d759c7989c5eef5b Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Mar 2025 20:15:00 -0500 Subject: [PATCH] Fix for little vcard text color --- bookface_light.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookface_light.css b/bookface_light.css index 1404ee9..5210ffa 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -1,6 +1,6 @@ /* Name : Bookface Light - Version : 1.5.15 + Version : 1.5.16 Licence : AGPL Created on : 20 Mar 2025 Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml @@ -1148,6 +1148,9 @@ ul.nav-tabs { margin: 0 !important; } /* little vcard when you scroll down on profiles */ + #vcard-short-desc * { + color: var(--font-color) !important; + } #vcard-short-photo-wrapper img, #nav-short-info .contact-wrapper img { border-radius: 100% !important;