fix author color in lumbung callery cards
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
658a4ddfac
commit
de9e9d3653
@ -698,7 +698,7 @@ div.pen-source {
|
|||||||
color: var(--social-dark);
|
color: var(--social-dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.shout .post-footer a{
|
.card.shout .post-footer a {
|
||||||
background: var(--social-light);
|
background: var(--social-light);
|
||||||
color: var(--social-dark);
|
color: var(--social-dark);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -723,6 +723,11 @@ div.pen-source {
|
|||||||
border-top: 2px solid;
|
border-top: 2px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card.shout.lumbung-gallery .post-footer a {
|
||||||
|
background: var(--gallery-light);
|
||||||
|
color: var(--gallery-dark);
|
||||||
|
}
|
||||||
|
|
||||||
/* kios cards */
|
/* kios cards */
|
||||||
.card.shout.lumbung-kios {
|
.card.shout.lumbung-kios {
|
||||||
border-color: var(--kios-dark);
|
border-color: var(--kios-dark);
|
||||||
|
Loading…
Reference in New Issue
Block a user