fix author color in lumbung callery cards
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2022-10-18 10:35:42 +05:00
parent 658a4ddfac
commit de9e9d3653
1 changed files with 6 additions and 1 deletions

View File

@ -698,7 +698,7 @@ div.pen-source {
color: var(--social-dark);
}
.card.shout .post-footer a{
.card.shout .post-footer a {
background: var(--social-light);
color: var(--social-dark);
text-decoration: underline;
@ -723,6 +723,11 @@ div.pen-source {
border-top: 2px solid;
}
.card.shout.lumbung-gallery .post-footer a {
background: var(--gallery-light);
color: var(--gallery-dark);
}
/* kios cards */
.card.shout.lumbung-kios {
border-color: var(--kios-dark);