mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +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
|
||||
|
||||
h1, h2, .title, .subtitle
|
||||
color: $h-color
|
||||
& a
|
||||
color: $h-color
|
||||
color: $h-color
|
||||
|
||||
.title
|
||||
font-weight: $title-weight
|
||||
|
|
Loading…
Reference in a new issue