Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 258: | Line 258: | ||
===Show a certain day of the week in red=== | ===Show a certain day of the week in red=== | ||
Example: calday5 can be used to change | Example: calday5 can be used to change the color of Fridays. | ||
.calday5{background-color:red;} | .calday5{background-color:red;} | ||