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:
Alan Orth 2020-11-30 15:07:25 +02:00
parent 647fc929a8
commit e9918a1c30
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 0 deletions

View File

@ -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 {