Skip to content

Instantly share code, notes, and snippets.

@wemakeweb
Created November 24, 2014 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wemakeweb/25b292f911081d696dcb to your computer and use it in GitHub Desktop.
Save wemakeweb/25b292f911081d696dcb to your computer and use it in GitHub Desktop.
body {
-webkit-font-smoothing: antialiased;
background-color: #2abbc7;
background-image: -webkit-linear-gradient(#2abbc7, #b46187, #f9aa1d);
background-image: -moz-linear-gradient(#2abbc7, #b46187, #f9aa1d);
background-image: -o-linear-gradient(#2abbc7, #b46187, #f9aa1d);
background-image: linear-gradient(#2abbc7, #b46187, #f9aa1d);
color: #fff;
font-family: "graphik_regular", sans-serif;
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment