Update style.css

master
urbicid 2018-10-11 20:56:08 +03:00 committed by GitHub
parent f03b0db805
commit 2f6e9890d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
body {
background: #242424;
background: #F6CEFC;
font-family: monospace;
text-align: center;
}
a:link, a:visited, a:hover, a:active {
color: #ffffff;
color: #000000;
text-decoration: none;
}