author names are now clickable and lead to page with all posts by author #54

Merged
r merged 2 commits from r/lumbung.space:main into main 2022-06-01 06:04:51 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit b16a19a235 - Show all commits

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);