Skip to content

Instantly share code, notes, and snippets.

@micheljansen
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save micheljansen/8973367 to your computer and use it in GitHub Desktop.

Select an option

Save micheljansen/8973367 to your computer and use it in GitHub Desktop.
body {
font-family: "Comic Sans", "Comic Sans MS" !important;
}
.nstc-leftcol-content-listing-middlecol-title {
color: fuchsia;
}
.summary-item {
color: red;
}
*:nth-child(3) {
color: gold !important;
}
*:nth-child(5) {
color: lawngreen !important;
}
*:nth-child(9) {
color: cyan !important;
}
*:nth-child(11) {
color: orange !important;
}
.nstc-leftcol-content-listing:nth-child(even) .nstc-leftcol-content-listing-middlecol-title {
color: aqua !important;
}
.nstc-leftcol-content-listing-middlecol-footer-new {
color: aqua !important;
}
.nstc-leftcol-content-listing-middlecol-teaser.nstJSManager_internal {
color: purple;
}
.nstc-rightcol-localdata-submenu-item-content-entry * {
color: blue !important;
}
.nstc-rightcol-localdata-submenu-item-content-entry:nth-child(1) * {
color: red !important;
}
.nstc-rightcol-localdata-submenu-item-content-entry:nth-child(3) * {
color: fuchsia !important;
}
.nstc-rightcol-localdata-submenu-item-content-entry:nth-child(5) * {
color: lawngreen !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment