Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 261: | Line 261: | ||
Example: calday5 can be used to change the color of Fridays. | Example: calday5 can be used to change the color of Fridays. | ||
.calday5{background-color:red;} | .calday5{background-color:red;} | ||
===Show today in red=== | |||
.todaydate{background-color:red;} | |||
===Show past dates in grey=== | ===Show past dates in grey=== | ||