Revert ":P" (use sane colors again)

This reverts commit 3f45f3cfb0.
This commit is contained in:
Klemens Schölhorn 2018-05-05 19:48:22 +02:00
parent 3f45f3cfb0
commit 9bd81a8dc2
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}