From 9bd81a8dc2cf90a466327f34303b9177f524267b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemens=20Sch=C3=B6lhorn?= Date: Sat, 5 May 2018 19:48:22 +0200 Subject: [PATCH] Revert ":P" (use sane colors again) This reverts commit 3f45f3cfb0f3f2dd839a17e333f6ed461c4e0948. --- cover.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }