diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-24 17:14:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-24 22:59:18 (GMT) |
commit | 0cabcadb25720f28708cd2cd7c566a64a61c6837 (patch) | |
tree | 0937a9f8a91b09459a897337d89d7f36347b7719 /www/styles | |
parent | 1a35f4fd6fd0f1face9702507021b03a6df6a839 (diff) |
mark today vs. this week
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/weeks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/styles/weeks.css b/www/styles/weeks.css index 634da59..fbd0379 100644 --- a/www/styles/weeks.css +++ b/www/styles/weeks.css @@ -93,6 +93,11 @@ border-bottom: 1px solid #eee; } +#calendar td.today { + color: white; + border: 2px solid black; +} + #calendar td.currentweek { font-size: 1.2em; font-weight: bold; |