From 12f69c93e0ddf929659ed8161fbc64bde2a62b08 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Thu, 20 Mar 2025 20:13:33 -0500 Subject: [PATCH] Fix for Dark Mode little vcard text color --- bookface_auto.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookface_auto.css b/bookface_auto.css index fd312e2..43a552a 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1,6 +1,6 @@ /* Name : Bookface Auto Color Mode - 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 @@ -3928,6 +3928,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;