Changes

no edit summary
Line 919: Line 919:  
table.month .dow th  { color: #742774; text-align: center; font-size: 150%; }
 
table.month .dow th  { color: #742774; text-align: center; font-size: 150%; }
 
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
 
table.month .heading th { text-align: center; color: #fff; background-color: #742774; font-size: 150%;}
table.month td.today { background-color:#ddd; }
   
table.month td {
 
table.month td {
 
border: none;
 
border: none;
Line 931: Line 930:  
table.month td.day-active { background-color: #869987; }
 
table.month td.day-active { background-color: #869987; }
 
table.month td.day-empty { background-color: #f9f9f9; color:#742774 }
 
table.month td.day-empty { background-color: #f9f9f9; color:#742774 }
 +
table.month td.today { background-color:#742774; }