From 548e9b482b749c9ef490d4b41ef3951e92f32588 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 26 Jul 2021 09:14:51 +0200 Subject: [PATCH] fix: remove background for link in titles --- src/scss/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 1d18830..427cdb7 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -148,6 +148,10 @@ h1, h2, h3, h4, h5, h6, h7 { margin:0; font-weight: $fontweight_base; + a { + background:none; + } + &.page-title { color: $color-primary;