mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
Update _base.sass (#255)
Setting "a $h-color" was breaking correct color rendering for blog post titles in light theme. It was trying to override the href element color i.e. # dbdbdb with title color # 222222
This commit is contained in:
parent
0e29735a04
commit
a4169e2c1f
1 changed files with 1 additions and 3 deletions
|
@ -34,9 +34,7 @@ a
|
||||||
color: $primary
|
color: $primary
|
||||||
|
|
||||||
h1, h2, .title, .subtitle
|
h1, h2, .title, .subtitle
|
||||||
color: $h-color
|
color: $h-color
|
||||||
& a
|
|
||||||
color: $h-color
|
|
||||||
|
|
||||||
.title
|
.title
|
||||||
font-weight: $title-weight
|
font-weight: $title-weight
|
||||||
|
|
Loading…
Reference in a new issue