Update style.css

pull/1/head
urbicid 2018-06-22 17:46:47 +03:00 committed by GitHub
parent 8acbacae5f
commit 48c7b0c8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -3,3 +3,27 @@ body {
font-family: monospace;
text-align: center;
}
.links {
color: #ffffff;
}
a:link {
color: #ffffff;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}
a:hover {
color: #ffffff;
text-decoration: none;
}
a:active {
color: #ffffff;
text-decoration: none;
}