From c5783f457076c0188a3cb1f2c3372b8b6609f514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20M=C3=BCller?= Date: Tue, 5 May 2020 14:09:26 +0200 Subject: [PATCH] Display news and event dates in gray like everywhere else --- look/pages/frontpage.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/look/pages/frontpage.less b/look/pages/frontpage.less index 7a6a0abf44..c3bf517d27 100644 --- a/look/pages/frontpage.less +++ b/look/pages/frontpage.less @@ -138,6 +138,7 @@ body.frontpage #main { } .date { + .text-muted; .small; } } @@ -234,6 +235,7 @@ body.frontpage #main { .events { .date { + .text-muted; .small; margin-bottom: 0; }