From 633610d8117d744c4528024042d5a64beee0ca1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Mar 2020 22:52:14 +0100 Subject: Remove red colouring of last day in week, since that might not be sunday. --- static/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 59d94f89..2db25af2 100644 --- a/static/style.css +++ b/static/style.css @@ -32,10 +32,6 @@ body { padding: 5px; } -.small-calendar td:nth-child(7).cur { - color: red; -} - .calendarlist li { list-style-type: none; border-left-width: 1em; -- cgit v1.2.3