Fixed link hover

This commit is contained in:
Laura
2017-10-08 16:28:39 +03:00
parent 97ef5812d8
commit 140def0d35
3 changed files with 7 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ a:hover {
color: #34495e;
}
a:active {
color: black;
}

View File

@@ -86,3 +86,6 @@ a:hover {
a:active {
color: black;
}
a.highlight:hover{
color: #3498db;
}