Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 340: | Line 340: | ||
}</code> | }</code> | ||
===Change the backgound color of weekends (Saturday/Sunday)=== | ===Change the backgound color of weekends (Saturday/Sunday)=== | ||
<code>. | <code>.th-sat, .th-sun {background-color:#ffceaf;}</code> | ||
===Change the backgound color of past dates=== | ===Change the backgound color of past dates=== | ||
<code>.pastdate{background-color:#d7d7d7;}</code> | <code>.pastdate{background-color:#d7d7d7;}</code> | ||