clickable author names in shout footers

This commit is contained in:
rra 2022-06-01 06:06:20 +02:00
parent 4d57b388b1
commit b16a19a235
1 changed files with 7 additions and 0 deletions

View File

@ -664,6 +664,13 @@ div.pen-source {
color: var(--social-dark);
}
.card.shout .post-footer a{
background: var(--social-light);
color: var(--social-dark);
text-decoration: underline;
}
/* gallery cards */
.card.shout.lumbung-gallery {
border-color: var(--gallery-dark);