Skip to content

Instantly share code, notes, and snippets.

@luk-
Created September 21, 2012 21:16
Show Gist options
  • Save luk-/3763948 to your computer and use it in GitHub Desktop.
Save luk-/3763948 to your computer and use it in GitHub Desktop.
#header_bar {
background-color: #424a57;
background-image: -moz-linear-gradient(#424a57, #141e2e);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424a57), to(#141e2e));
background-image: -webkit-linear-gradient(#424a57, #141e2e);
background-image: -o-linear-gradient(#424a57, #141e2e); }
#main_window {
background-color: #010203;
background-image: -moz-linear-gradient(#010203, #040506);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#010203), to(#040506));
background-image: -webkit-linear-gradient(#010203, #040506);
background-image: -o-linear-gradient(#010203, #040506); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment