From 84d43caf0d171b690f632be40ce00f712891f248 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 18 Feb 2020 09:26:11 +0100 Subject: Add formatting for past and current events on list.php --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 647250e..bc268d4 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,18 @@ tr.new-month { border-top: 1px dotted #888; } +tr.expired { + color: #888; +} + +tr.current { + color: red; +} + +tr.current .description { + color: initial; +} + th, td { padding-right: 1em; text-align: left; -- cgit v1.2.3