From 0d7ebc7f3837563fff0952cb592d74f73520631a Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sun, 22 Apr 2012 09:58:46 -0700 Subject: moar readme --- README.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 3f586de..690a90d 100644 --- a/README.html +++ b/README.html @@ -14,16 +14,17 @@ body:before { background: url(http://www.html5rocks.com/static/images/identity/HTML5_Badge_128.png) no-repeat 50% 50%; background-size: contain; z-index: 10; + opacity: 0.1; } h1, h2, h3, h4 { font-weight: 600; } h1 { position: fixed; - background: -webkit-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); - background: -moz-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); - background: -ms-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); - background: -o-linear-gradient(top, rgb(238,238,238) 65%, rgba(238,238,238,0)); + background: -webkit-linear-gradient(top, white 65%, rgba(255,255,255,0)); + background: -moz-linear-gradient(top, white 65%, rgba(255,255,255,0)); + background: -ms-linear-gradient(top, white 65%, rgba(255,255,255,0)); + background: -o-linear-gradient(top, white 65%, rgba(255,255,255,0)); width: 100%; height: 80px; padding: 10px 10px 10px 1em; -- cgit v1.2.3