diff options
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; |