Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorParag <parag.raut@outlook.com>2020-11-09 03:44:41 +0300
committerGitHub <noreply@github.com>2020-11-09 03:44:41 +0300
commita4169e2c1f0ef8f5f33b5414dfa8716e4de42de2 (patch)
tree6e26aaaedf96a9bc8acaf566ff5bdcc1e7807cd6 /assets
parent0e29735a04bb7e00bf84f19512cc98133dd99a49 (diff)
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
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass4
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 7e80bd0..940f4c1 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -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