Fix links color in search results
This commit is contained in:
parent
aa54e901b1
commit
c1b8e28601
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue