fix: remove background for link in titles

This commit is contained in:
Kazhnuz Klappsthul 2021-07-26 09:14:51 +02:00
parent 61e67c8b1f
commit 548e9b482b
1 changed files with 4 additions and 0 deletions

View File

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