diff options
author | Camil Staps | 2020-02-18 09:26:11 +0100 |
---|---|---|
committer | Camil Staps | 2020-02-18 09:26:11 +0100 |
commit | 84d43caf0d171b690f632be40ce00f712891f248 (patch) | |
tree | be212ba0a95abcf241130808f78193686a2147a7 /style.css | |
parent | Commit missing file (diff) |
Add formatting for past and current events on list.php
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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; |