Skip to content

Instantly share code, notes, and snippets.

@JeffreyBPetersen
Created June 3, 2016 23:10
Show Gist options
  • Save JeffreyBPetersen/a31613d9961422fcb0bbef10c34bd9b0 to your computer and use it in GitHub Desktop.
Save JeffreyBPetersen/a31613d9961422fcb0bbef10c34bd9b0 to your computer and use it in GitHub Desktop.
Blank Slate night-mode
/* added to blankslate.io using stylebot on chrome */
html, button, input, select, textarea {
background-color: #000;
color: #DDD;
}
.status-bar {
background-color: #000;
color: #464646;
}
.round-button, .top-left {
border-color: #1b1b1b;
color: #464646;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment