Skip to content

Commit

Permalink
brighter buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrajca committed Aug 19, 2013
1 parent 47a670d commit b98f8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Expand Up @@ -41,9 +41,9 @@ a.btn {
padding: 6px 14px;
margin-right: 8px;
border: 1px #666666 solid;
background-image: -webkit-linear-gradient(#3a85dc 0%, #204979 100%);
background-image: -moz-linear-gradient(#3a85dc 0%, #204979 100%);
background-image: linear-gradient(#3a85dc 0%, #204979 100%);
background-image: -webkit-linear-gradient(#3b89e4 0%, #2b63a5 100%);
background-image: -moz-linear-gradient(#3b89e4 0%, #2b63a5 100%);
background-image: linear-gradient(#3b89e4 0%, #2b63a5 100%);
color: white;
font-family: "nimbus-sans";
font-size: 16px;
Expand Down

0 comments on commit b98f8e8

Please sign in to comment.