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