source/scss/main.scss: Don't style links in headers
We want links in headers to be bold and dark instead of having the normal blue hyperlink color.
This commit is contained in:
parent
647fc929a8
commit
e9918a1c30
@ -16,6 +16,11 @@
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Playfair Display", Georgia, "Times New Roman", serif;
|
||||
|
||||
a, a:hover, a:focus {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.display-4 {
|
||||
|
Loading…
Reference in New Issue
Block a user