diff --git a/cover.css b/cover.css index 53d5822..9621922 100644 --- a/cover.css +++ b/cover.css @@ -27,10 +27,10 @@ a:hover { html, body { height: 100%; - background-color: #ff69b4; + background-color: #222; } body { - color: #ff69b4; + color: #fff; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.5); }