|
|
|
@ -162,7 +162,7 @@ p, ul {
|
|
|
|
|
margin: 0 8px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
p.link, a:not(.no-a-custom) { |
|
|
|
|
p.link, a:not(.no-a-custom):not(.no-custom-a) { |
|
|
|
|
font-size: 17px; |
|
|
|
|
font-weight: 700; |
|
|
|
|
} |
|
|
|
@ -199,18 +199,18 @@ li.items:not(.disabled):hover:not(:focus) {
|
|
|
|
|
background-color: lightskyblue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a:not(.no-a-custom) { |
|
|
|
|
a:not(.no-a-custom):not(.no-custom-a) { |
|
|
|
|
display: block; |
|
|
|
|
padding: 8px; |
|
|
|
|
color: black; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a.no-a-custom { |
|
|
|
|
a.no-a-custom, a.no-custom-a { |
|
|
|
|
color: inherit; |
|
|
|
|
text-decoration: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a.inline:not(.no-a-custom) { |
|
|
|
|
a.inline:not(.no-a-custom):not(.no-custom-a) { |
|
|
|
|
display: inline; |
|
|
|
|
padding: 2px; |
|
|
|
|
} |
|
|
|
|