aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorCamil Staps2020-02-18 09:26:11 +0100
committerCamil Staps2020-02-18 09:26:11 +0100
commit84d43caf0d171b690f632be40ce00f712891f248 (patch)
treebe212ba0a95abcf241130808f78193686a2147a7 /style.css
parentCommit missing file (diff)
Add formatting for past and current events on list.php
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
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;