Fix dropdown menus in static pages

This commit is contained in:
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; padding-top: .65001rem;
} }
a:not(.btn) { p {
cursor: pointer; a:not(.btn) {
color: @cp-link; cursor: pointer;
color: @cp-link;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
color: @cp-link-hover; color: @cp-link-hover;
} }
&:visited { &:visited {
color: @cp-link-visited; color: @cp-link-visited;
}
} }
} }
a.btn { a.btn {

View File

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