This commit is contained in:
unknown 2018-05-03 19:45:52 +02:00
parent 73f4547e62
commit 3f45f3cfb0
1 changed files with 2 additions and 2 deletions

View File

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