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
+3 -1
View File
@@ -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;
+1 -1
View File
@@ -72,7 +72,7 @@
}
}
}
a {
&.link a {
font-weight: 500;
font-size: 0.75em;
color: @cp-link;