diff options
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
