diff --git a/cover.css b/cover.css index 888f45e..9621922 100644 --- a/cover.css +++ b/cover.css @@ -27,7 +27,7 @@ a:hover { html, body { height: 100%; - background-color: #333; + background-color: #222; } body { color: #fff; @@ -41,8 +41,6 @@ body { width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; - -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); - box-shadow: inset 0 0 100px rgba(0,0,0,.5); } .site-wrapper-inner { display: table-cell;