From 31b7a2d4912213fa942c989e6739a799ad1bf305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Avijit=20=F0=9F=9A=80?= <526avijit@gmail.com> Date: Wed, 4 Aug 2021 22:58:49 +0200 Subject: [PATCH] Change color of date in mobile --- themes/gokarna/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/gokarna/static/css/main.css b/themes/gokarna/static/css/main.css index d98bfb5..528f69a 100644 --- a/themes/gokarna/static/css/main.css +++ b/themes/gokarna/static/css/main.css @@ -413,6 +413,10 @@ main#content .post { .list-posts { flex: 1; } + + .list-posts .post-date { + color: gray; + } } @media only screen and (min-width: 820px) {