Category:Calendar: Difference between revisions

Jump to navigation Jump to search
Line 114: Line 114:
  }
  }


Example: Show weekends in a different color
Example: Show weekends in a different color.


  .weekend {
  .weekend {
  background-color: #cccccc;
  background-color: #cccccc;
  }
  }