/**** Change colors to match your site here ****/ body { background: transparent; color: #ddd; font-size: 85%; } /* transparent should allow color behind iframe to show through */ .calendar { background: transparent; color: #ddd; margin-top: 10px; } /* the margin top adds space between the top line and calendar */ #calendar .title { border-bottom: 1px dotted #333; } #calendar .line{ border-bottom: 1px dotted #333; } .lunar .label, #calendar .label { color: #bbb; }