Fix for little vcard text color
This commit is contained in:
parent
12f69c93e0
commit
7572346d5d
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue