Skip to content

Instantly share code, notes, and snippets.

@ShawInnes
Created April 20, 2015 10:30
Show Gist options
  • Save ShawInnes/54417dbd9ecc42a9f6fa to your computer and use it in GitHub Desktop.
Save ShawInnes/54417dbd9ecc42a9f6fa to your computer and use it in GitHub Desktop.
Background Gradient
@background: #0A10AB;
html {
background: @background;
background: linear-gradient(to bottom, lighten(@background, 0%), darken(@background, 100%));
min-height: 100%;
}
body {
background: none;
padding-top: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment