small design and bug fixes

This commit is contained in:
Aleksey Chichenkov 2019-03-15 10:50:42 +03:00
parent 0f52f78c10
commit cf9e9d9652
5 changed files with 21 additions and 8 deletions

View file

@ -43,8 +43,13 @@ body
background-color: white;
}
a, a:visited, a:active {
a {
text-decoration: none;
color: #0095dd;
}
a:visited, a:active {
color: #004fdd;
text-decoration: none;
}