From e622337c3abab51c0a10dc7f60ff93e3ad0cd9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 22 Mar 2020 19:30:27 +0100 Subject: Begin changing how html calls work. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 77c9e2f8..5ff30e3f 100644 --- a/static/style.css +++ b/static/style.css @@ -159,6 +159,10 @@ html, body { font-family: arial; } +.date-info.non-current { + color: lightgray !important; +} + .date-info .day-number { font-size: 150%; padding: 2pt; -- cgit v1.2.3