summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-theme/_style.scss
diff options
context:
space:
mode:
authoramzrk22020-06-12 13:20:34 +0800
committeramzrk22020-06-12 13:20:34 +0800
commitd6a2a5d08804ce712185a41229d531a96d03fe95 (patch)
tree7c2790788da7b3fd41a8775b058b62cff581be5f /assets/scss/_fuji-theme/_style.scss
parentea46f3c293c2d725a1ed9cf03ff42e8b54cd6ad2 (diff)
downloadhugo-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/scss/_fuji-theme/_style.scss')
-rw-r--r--assets/scss/_fuji-theme/_style.scss7
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,