update pilcrow colour in dark theme

pull/1771/head
David Chambers 3 years ago
parent 6510b06a36
commit 7b66bd9aa3
No known key found for this signature in database
GPG Key ID: 9A9048E2885F5668

@ -29,11 +29,15 @@
text-align: center;
text-decoration: none;
font-weight: var(--bolderFontWeight);
color: #eee;
}
.pilcrow:hover {
color: var(--linkColor);
html._theme-default & {
color: #eee;
&:hover { color: var(--linkColor); }
}
html._theme-dark & {
color: #555;
&:hover { color: var(--linkColor); }
}
}
.pilcrow.h2 {

Loading…
Cancel
Save