Fix for little vcard text color
This commit is contained in:
parent
7572346d5d
commit
1a188f6cbd
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Light
|
Name : Bookface Light
|
||||||
Version : 1.5.15
|
Version : 1.5.16
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 20 Mar 2025
|
Created on : 20 Mar 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
|
@ -1148,6 +1148,9 @@ ul.nav-tabs {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
/* little vcard when you scroll down on profiles */
|
/* little vcard when you scroll down on profiles */
|
||||||
|
#vcard-short-desc * {
|
||||||
|
color: var(--font-color) !important;
|
||||||
|
}
|
||||||
#vcard-short-photo-wrapper img,
|
#vcard-short-photo-wrapper img,
|
||||||
#nav-short-info .contact-wrapper img {
|
#nav-short-info .contact-wrapper img {
|
||||||
border-radius: 100% !important;
|
border-radius: 100% !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue