Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 256: | Line 256: | ||
===Show weekends (Saturday/Sunday) in red=== | ===Show weekends (Saturday/Sunday) in red=== | ||
.weekend2{background-color:red;} | .weekend2{background-color:red;} | ||
===Show a certain day of the week in red=== | |||
Example: calday5 can be used to change the the color of Fridays. | |||
.calday5{background-color:red;} | |||
===Show past dates in grey=== | ===Show past dates in grey=== | ||