Skip to content

Instantly share code, notes, and snippets.

@kubosho
Last active May 30, 2017 08:45
Show Gist options
  • Save kubosho/961bda99ad5785edddba8a99de03debf to your computer and use it in GitHub Desktop.
Save kubosho/961bda99ad5785edddba8a99de03debf to your computer and use it in GitHub Desktop.
White neue.cc
* {
color: #393939;
}
body {
background-color: #fcfcfc;
background-image: none;
font-size: 16px;
}
input, textarea {
background-color: #fcfcfc;
color: #393939;
}
#s {
padding: 5px;
}
#wrapper {
width: 1000px;
}
#header {
background-repeat: no-repeat;
}
#content {
width: 860px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment