Fix the drive button in the homepage and a:hover in dropdown

This commit is contained in:
yflory
2017-02-10 11:21:10 +01:00
parent 8eec7ec7c8
commit 73e9effd32
8 changed files with 61 additions and 39 deletions

View File

@@ -425,6 +425,12 @@ body.html {
float: right;
}
}
a {
color: black;
&:hover, :visited {
color: black !important;
}
}
display: block;
}
}