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:
Parag 2020-11-09 01:44:41 +01:00 committed by GitHub
parent 0e29735a04
commit a4169e2c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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