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

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsrkafuu <dsrkafuu@outlook.com>2022-02-24 18:52:48 +0300
committerdsrkafuu <dsrkafuu@outlook.com>2022-02-24 18:52:48 +0300
commit253850bb1f3b0faae8472f31a28725fec8684ffa (patch)
treebfbefcc45b5dd0fbbd801730153744b865f42ef2
parente814fc9aab7ca27745eeacdbdca2d76927ccf8e6 (diff)
chore: remove color for emphasis
-rw-r--r--assets/scss/_fuji-theme/_style.scss5
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;