aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;