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 --------- */
|
/* ---------- scss placeholder --------- */
|
||||||
|
|
||||||
|
%heading {
|
||||||
|
color: var(--heading-color);
|
||||||
|
font-weight: 400;
|
||||||
|
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
%tag-hover {
|
%tag-hover {
|
||||||
background: var(--tag-hover);
|
background: var(--tag-hover);
|
||||||
transition: background 0.35s ease-in-out;
|
transition: background 0.35s ease-in-out;
|
||||||
|
@ -33,12 +39,6 @@
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
%heading {
|
|
||||||
color: var(--heading-color);
|
|
||||||
font-weight: 400;
|
|
||||||
font-family: 'Lato', 'Microsoft Yahei', sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
%section {
|
%section {
|
||||||
#post-wrapper & {
|
#post-wrapper & {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
|
Loading…
Reference in a new issue