diff options
author | amzrk2 | 2020-06-12 13:20:34 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-12 13:20:34 +0800 |
commit | d6a2a5d08804ce712185a41229d531a96d03fe95 (patch) | |
tree | 7c2790788da7b3fd41a8775b058b62cff581be5f /assets | |
parent | ea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2 (diff) | |
download | hugo-theme-fuji-d6a2a5d08804ce712185a41229d531a96d03fe95.tar.gz hugo-theme-fuji-d6a2a5d08804ce712185a41229d531a96d03fe95.tar.bz2 hugo-theme-fuji-d6a2a5d08804ce712185a41229d531a96d03fe95.zip |
Update em & strong font color
Diffstat (limited to 'assets')
-rw-r--r-- | assets/scss/_fuji-theme/_style.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/scss/_fuji-theme/_style.scss b/assets/scss/_fuji-theme/_style.scss index 08359a8..893a26c 100644 --- a/assets/scss/_fuji-theme/_style.scss +++ b/assets/scss/_fuji-theme/_style.scss @@ -60,10 +60,13 @@ footer { h3, h4, h5, - h6, + h6 { + color: var(--color-primary); + } + strong, em { - color: var(--color-primary); + color: var(--color-secondary); } h1, |