Fixed appearance of links inside Postboxes
This commit is contained in:
parent
6602c01bc5
commit
ab93a441b8
1 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
Name : Bookface Dark
|
||||
Version : 1.5.20
|
||||
Version : 1.5.21
|
||||
Licence : AGPL
|
||||
Created on : 23 Mar 2025
|
||||
Created on : 24 Mar 2025
|
||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||
*/
|
||||
|
||||
|
@ -1811,6 +1811,13 @@ body.mod-settings #delegation .contact-block-img {
|
|||
padding: 50px 30px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
[class^="postbox-"] a {
|
||||
color: inherit !important;
|
||||
}
|
||||
[class^="postbox-"]:hover a,
|
||||
[class^="postbox-"]:focus a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/* Solid Color Backgrounds */
|
||||
.postbox-black {
|
||||
background-color: black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue