Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 69: Line 69:


  .dayMon{color:#c44a2f !important;}
  .dayMon{color:#c44a2f !important;}


Example 2: Set the background color for the weekday heading of Monday ('Mon')
Example 2: Set the background color for the weekday heading of Monday ('Mon')


  .dayMon{background-color:#c44a2f !important;}
  .dayMon{background-color:#c44a2f !important;}


Example 3: Set the font color for all the dates that fall on a Saturday
Example 3: Set the font color for all the dates that fall on a Saturday


  .daysat {color:#c44a2f !important;}
  .daysat {color:#c44a2f !important;}


Example 4: Add a border around all the dates that fall on a Sunday
Example 4: Add a border around all the dates that fall on a Sunday