Skip to content

Instantly share code, notes, and snippets.

@wemakeweb
Created November 24, 2014 14:48
Show Gist options
  • Select an option

  • Save wemakeweb/25b292f911081d696dcb to your computer and use it in GitHub Desktop.

Select an option

Save wemakeweb/25b292f911081d696dcb to your computer and use it in GitHub Desktop.

Revisions

  1. wemakeweb created this gist Nov 24, 2014.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    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;
    }