diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index d07f011..cc9886f 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -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);