fix: remove background for link in titles
This commit is contained in:
parent
61e67c8b1f
commit
548e9b482b
1 changed files with 4 additions and 0 deletions
|
@ -148,6 +148,10 @@ h1, h2, h3, h4, h5, h6, h7 {
|
||||||
margin:0;
|
margin:0;
|
||||||
font-weight: $fontweight_base;
|
font-weight: $fontweight_base;
|
||||||
|
|
||||||
|
a {
|
||||||
|
background:none;
|
||||||
|
}
|
||||||
|
|
||||||
&.page-title {
|
&.page-title {
|
||||||
color: $color-primary;
|
color: $color-primary;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue