mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for Dark Mode little vcard text color
This commit is contained in:
parent
62521e9d33
commit
12f69c93e0
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue