Skip to content

Instantly share code, notes, and snippets.

@skaji
Last active October 2, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skaji/2251290 to your computer and use it in GitHub Desktop.
Save skaji/2251290 to your computer and use it in GitHub Desktop.
For google calendar that starts on Monday
/* Saturday */
table.st-bg-table tr td.st-bg:nth-last-of-type(1)
{
background-color: aliceblue;
}
/* Sunday */
table.st-bg-table tr td.st-bg:nth-of-type(1)
{
background-color: mistyrose;
}
/* cf: http://www.w3schools.com/cssref/css_selectors.asp */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment