Fix dropdown menus in static pages

pull/1/head
yflory 2017-07-03 17:04:59 +02:00
parent fa2d857d70
commit 1a27f11e73
2 changed files with 12 additions and 10 deletions

View File

@ -108,17 +108,19 @@ h6 {
padding-top: .65001rem;
}
a:not(.btn) {
cursor: pointer;
color: @cp-link;
p {
a:not(.btn) {
cursor: pointer;
color: @cp-link;
text-decoration: none;
text-decoration: none;
&:hover {
color: @cp-link-hover;
}
&:visited {
color: @cp-link-visited;
&:hover {
color: @cp-link-hover;
}
&:visited {
color: @cp-link-visited;
}
}
}
a.btn {

View File

@ -72,7 +72,7 @@
}
}
}
a {
&.link a {
font-weight: 500;
font-size: 0.75em;
color: @cp-link;