Skip to content

Instantly share code, notes, and snippets.

@PhilipWitte
Last active August 29, 2015 14:02
Show Gist options
  • Save PhilipWitte/73e510eeda8cadf15a90 to your computer and use it in GitHub Desktop.
Save PhilipWitte/73e510eeda8cadf15a90 to your computer and use it in GitHub Desktop.
body {
background:#f5f7f6;
line-height:20px; }
a:link {
color:#B45D47; }
#main pre code {
border-radius: 3px;
/* REMOVE: border: ... */
background:#FFFFFF;
box-shadow:1px 3px 12px rgba(0,0,0,0.1);
padding: 10px 15px; }
#main code, code * { color: #675D69; }
.codehilite .k { color: #143A77; }
.codehilite .kp { color: #8C5DC7; }
.codehilite .kd { color: #8C5DC7; }
.codehilite .mi { color: #8C5DC7; }
.codehilite .s { color: #0060B0; }
.codehilite .c { color: #91B9A3; }
.codehilite .o { color: #009DE7; }
#sidebar {
width: 211px;
padding: 20px; }
#sidebar h2 {
font-size: 16px;
color: #470000; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment