From e9918a1c30eb5cf27b4beff9a3928005a6a3fa8e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2020 15:07:25 +0200 Subject: [PATCH] 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. --- source/scss/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/scss/main.scss b/source/scss/main.scss index e226531..fbd335a 100644 --- a/source/scss/main.scss +++ b/source/scss/main.scss @@ -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 {