From c1909d58c386130b40c021e3d293f7bcfc67c696 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 29 Oct 2013 15:48:59 +0100 Subject: [PATCH] stylesheet: fix calendar highlighting --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 2d68e1b..614c795 100644 --- a/local.css +++ b/local.css @@ -83,7 +83,7 @@ p,ul,ol { margin: .5em 0; } -td.month-calendar-day-this-day td.year-calendar-this-month { +.month-calendar-day-this-day, .year-calendar-this-month { background-color: #ffffff !important; } -- 2.20.1