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;
}
}

View File

@@ -1,6 +1,6 @@
/* The container <div> - needed to position the dropdown content */
.dropdown-bar {
.cp .dropdown-bar {
position: relative;
display: inline-block;
@@ -55,6 +55,7 @@
&:hover {
background-color: #f1f1f1;
color: black !important;
}
}

View File

@@ -27,7 +27,7 @@
// links
@cp-link: @cp-light-blue;
@cp-link-visited: @cp-light-blue;
@cp-link-hover: darken(@cp-light-blue, 10%) !important;
@cp-link-hover: darken(@cp-light-blue, 10%);
// alertify things