From b98f8e8574df6d61c3db91b280240e55aef914ef Mon Sep 17 00:00:00 2001 From: Matt Rajca Date: Sun, 18 Aug 2013 21:55:41 -0500 Subject: [PATCH] brighter buttons --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 81a12d15..3e6badf7 100644 --- a/style.css +++ b/style.css @@ -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;