Update style.css

master
urbicid 2018-07-18 12:08:41 +03:00 committed by GitHub
parent 5f01647f4b
commit 37ccf63bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 16 deletions

View File

@ -8,22 +8,7 @@ body {
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 {
a:link, a:visited, a:hover, a:active {
color: #ffffff;
text-decoration: none;
}