From c1b8e28601c626c7035bcc4c7149ba0635e6c028 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 11 Apr 2021 01:18:19 +0800 Subject: [PATCH] Fix links color in search results --- _sass/addon/module.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_sass/addon/module.scss b/_sass/addon/module.scss index d0015ab..aa06874 100644 --- a/_sass/addon/module.scss +++ b/_sass/addon/module.scss @@ -4,6 +4,12 @@ /* ---------- scss placeholder --------- */ +%heading { + color: var(--heading-color); + font-weight: 400; + font-family: 'Lato', 'Microsoft Yahei', sans-serif; +} + %tag-hover { background: var(--tag-hover); transition: background 0.35s ease-in-out; @@ -33,12 +39,6 @@ border-bottom: none; } -%heading { - color: var(--heading-color); - font-weight: 400; - font-family: 'Lato', 'Microsoft Yahei', sans-serif; -} - %section { #post-wrapper & { line-height: 1.2;