jclarke0000 / MMM-MyCalendar

Alternative calendar module for MagicMirror.
57 stars 17 forks source link

Remove black lines between calendar entries #10

Open dbeltjr opened 5 years ago

dbeltjr commented 5 years ago

Is there a way to remove the black lines between calendar entries? This is a great module, but I have a background image and it looks really bad with the lines between the calendar entries. 2018-10-11 11 44 42

hoveeman commented 5 years ago

Add this entry to your custom.css file. It will make them 0px and invisible.

.MMM-MyCalendar table tr { border-bottom: solid 0px #222; }