Skip to content

Instantly share code, notes, and snippets.

@hbin
Last active December 17, 2015 10:49
Show Gist options
  • Save hbin/5597261 to your computer and use it in GitHub Desktop.
Save hbin/5597261 to your computer and use it in GitHub Desktop.
Stylish for railscast
body{
background: #222 !important;
color: #999 !important;
}
code{
background: #111;
border-radius: 3px;
border-color: #555 !important;
}
#episode>.info {
background-color: #222;
}
.nav_section{
background: #222 !important;
border-color: #555 !important;
border-radius: 3px;
}
.code_header{
background: #444;
border-radius: 3px;
border-color: #555 !important;
}
.CodeRay{
border-radius: 3px;
border-color: #555 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment