Fix the drive button in the homepage and a:hover in dropdown
This commit is contained in:
@@ -425,6 +425,12 @@ body.html {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
a {
|
||||
color: black;
|
||||
&:hover, :visited {
|
||||
color: black !important;
|
||||
}
|
||||
}
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user