From eb8dfc327821f211bc9ad6f6168941df4deadf4b Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 21 Jun 2022 14:02:18 +0500 Subject: [PATCH] fix author name color in lumbung kios cards --- themes/lumbung-theme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 550a61d..d497411 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -713,7 +713,7 @@ div.pen-source { border-top: 2px solid; } -.card.shout.lumbung-kios .post-footer { +.card.shout.lumbung-kios .post-footer a { background: none; color: var(--kios-dark); }