From 7572346d5d0e6712497b6b532e143ffdd11cc52a Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Mar 2025 20:14:19 -0500 Subject: [PATCH] Fix for little vcard text color --- bookface_dark.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 5e06b65..a49a8f5 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -1,6 +1,6 @@ /* Name : Bookface Dark - 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 @@ aside .widget li:hover { 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;