Skip to content

Commit b1b8a14

Browse files
committed
Fix links color in search results
1 parent c9b2964 commit b1b8a14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_sass/addon/module.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
/* ---------- scss placeholder --------- */
66

7+
%heading {
8+
color: var(--heading-color);
9+
font-weight: 400;
10+
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
11+
}
12+
713
%tag-hover {
814
background: var(--tag-hover);
915
transition: background 0.35s ease-in-out;
@@ -33,12 +39,6 @@
3339
border-bottom: none;
3440
}
3541

36-
%heading {
37-
color: var(--heading-color);
38-
font-weight: 400;
39-
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
40-
}
41-
4242
%section {
4343
#post-wrapper & {
4444
line-height: 1.2;

0 commit comments

Comments
 (0)