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,6 +108,7 @@ h6 {
padding-top: .65001rem; padding-top: .65001rem;
} }
p {
a:not(.btn) { a:not(.btn) {
cursor: pointer; cursor: pointer;
color: @cp-link; color: @cp-link;
@ -121,6 +122,7 @@ a:not(.btn) {
color: @cp-link-visited; color: @cp-link-visited;
} }
} }
}
a.btn { a.btn {
font-family: sans-serif; font-family: sans-serif;
} }

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;