Skip to content

Commit

Permalink
color weekends slightly darker
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
  • Loading branch information
georgehrke authored and DeepDiver1975 committed Aug 25, 2017
1 parent 9f3d29d commit 5873b45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/app/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@
font-size: 100%;
opacity: .5;
}

#fullcalendar td.fc-day.fc-sat,
#fullcalendar td.fc-day.fc-sun {
background-color: #f9f9f9;
}

0 comments on commit 5873b45

Please sign in to comment.