Fixed link hover
This commit is contained in:
@@ -35,6 +35,7 @@ a:hover {
|
||||
color: #34495e;
|
||||
}
|
||||
|
||||
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
||||
|
@@ -86,3 +86,6 @@ a:hover {
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
||||
a.highlight:hover{
|
||||
color: #3498db;
|
||||
}
|
||||
|
Reference in New Issue
Block a user