summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-08-07 10:37:48 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2012-08-07 10:37:48 -0700
commit7a4f233d8b6889d2aefdbd1a5efaf058a9b5f3b4 (patch)
tree5ea0b9fd8161662cfc9f03a613438e2deea51e66
parentd6d6c6d7a4a7ce7661f06faaa714558214abd7ba (diff)
downloadfoosball-7a4f233d8b6889d2aefdbd1a5efaf058a9b5f3b4.tar.gz
Dernier changement pour le bleu du header (un poil moins sombre)
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 4d1505c..00f1363 100644
--- a/style.css
+++ b/style.css
@@ -18,8 +18,8 @@ body {
}
header {
- background: -moz-linear-gradient(top, #acf, #768eb1);
- background: -webkit-gradient(linear, left top, left bottom, from(#acf), to(#768eb1));
+ background: -moz-linear-gradient(top, #acf, #7f9fcf);
+ background: -webkit-gradient(linear, left top, left bottom, from(#acf), to(#7f9fcf));
padding: 1em 3em 1em;
color: #333;
border-bottom: thin solid #d6d6d6;