diff options
author | dsrkafuu | 2022-02-24 23:52:48 +0800 |
---|---|---|
committer | dsrkafuu | 2022-02-24 23:52:48 +0800 |
commit | 253850bb1f3b0faae8472f31a28725fec8684ffa (patch) | |
tree | bfbefcc45b5dd0fbbd801730153744b865f42ef2 | |
parent | e814fc9aab7ca27745eeacdbdca2d76927ccf8e6 (diff) | |
download | hugo-theme-fuji-253850bb1f3b0faae8472f31a28725fec8684ffa.tar.gz hugo-theme-fuji-253850bb1f3b0faae8472f31a28725fec8684ffa.tar.bz2 hugo-theme-fuji-253850bb1f3b0faae8472f31a28725fec8684ffa.zip |
chore: remove color for emphasis
-rw-r--r-- | assets/scss/_fuji-theme/_style.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/scss/_fuji-theme/_style.scss b/assets/scss/_fuji-theme/_style.scss index dc4ef44..1adaa93 100644 --- a/assets/scss/_fuji-theme/_style.scss +++ b/assets/scss/_fuji-theme/_style.scss @@ -64,11 +64,6 @@ footer { color: var(--color-primary); } - strong, - em { - color: var(--color-secondary); - } - h1, h2 { border-bottom: $divider; |