Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created August 25, 2015 20:56
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 craigsimps/fe3318c6fd623b85224e to your computer and use it in GitHub Desktop.
Save craigsimps/fe3318c6fd623b85224e to your computer and use it in GitHub Desktop.
Example of using the day of the week in a body class, and how we can use it.
.monday .entry-title {
color: red;
}
.tuesday .entry-title {
color: blue;
}
.wednesday .entry-title {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment