summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index e5598b0..9a694b1 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,7 @@ body {
header {
background: -moz-linear-gradient(top, #acf, #768eb1);
+ background: -webkit-gradient(linear, left top, left bottom, from(#acf), to(#768eb1));
padding: 1em 3em 1em;
color: #333;
border-bottom: thin solid #d6d6d6;