Skip to content

Instantly share code, notes, and snippets.

@peterk87
Created May 1, 2013 03:32
Show Gist options
  • Save peterk87/5493584 to your computer and use it in GitHub Desktop.
Save peterk87/5493584 to your computer and use it in GitHub Desktop.
CSS: Coursera dark CSS style
/*coursera dark CSS style*/
/*URL on domain: coursera.org*/
a {
color: rgb(140, 178, 228) !important;
}
body,.row-fluid .span9,.row-fluid .span3,.row-fluid, div, li, ul, ol, .course-navbar-list .course-navbar-item.active a {
background-color: rgb(31, 31, 31) !important;
color: rgb(170,170,170) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment