When there is a linked day (an event for a day) the link is white with a yellow background. How can I make that link be black instead of white?
If I'm not mistaken, normally the minical's link colour is taken from the web page it is displaying on's <body ...> tag attribute. The only colours specified in the template itself is for the grid backgrounds. If you wanted the links of that template different than the page it is displaying on, you could try adding
HTML font tags with the appropriate colour specification to the following line of the template.
<a href="<%= $CGI_URL_QUERYSTRING %>view=Day&datestring=<%=$YEAR%><%=$MONTH%><%=$linkday%>"><%=$DAY->{'dd'}%></a>
JMO
Dan O.