Fix links color in search results

This commit is contained in:
Cotes Chung 2021-04-11 01:18:19 +08:00
parent aa54e901b1
commit c1b8e28601
1 changed files with 6 additions and 6 deletions

View File

@ -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;