From: Roland Hieber Date: Sat, 19 Oct 2013 05:02:22 +0000 (+0200) Subject: blag: do not mark current date on calendar (otherwise ikiwiki-calendar would need... X-Git-Url: http://git.rohieb.name/www-rohieb-name.git/commitdiff_plain/cfa93a02547a730d97ca1b062f3386887d6b1832?ds=sidebyside blag: do not mark current date on calendar (otherwise ikiwiki-calendar would need to run every day without generating much new content) --- diff --git a/local.css b/local.css index 21db988..0e85d2b 100644 --- a/local.css +++ b/local.css @@ -35,3 +35,7 @@ p,ul,ol { .page { width: 50em; } + +td.month-calendar-day-this-day td.year-calendar-this-month { + background-color: #ffffff !important; +}