front page link hovers

This commit is contained in:
Laura 2017-10-08 16:06:09 +03:00
parent bbf3631c53
commit 97ef5812d8

View File

@ -70,3 +70,19 @@ ul {
#svgtext{
font-size: 20pt;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #34495e;
}
a:active {
color: black;
}