Fix dropdown menus in static pages

pull/1/head
yflory 8 years ago
parent fa2d857d70
commit 1a27f11e73

@ -108,7 +108,8 @@ h6 {
padding-top: .65001rem;
}
a:not(.btn) {
p {
a:not(.btn) {
cursor: pointer;
color: @cp-link;
@ -120,6 +121,7 @@ a:not(.btn) {
&:visited {
color: @cp-link-visited;
}
}
}
a.btn {
font-family: sans-serif;

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

Loading…
Cancel
Save