chore: is more concise
This commit is contained in:
parent
6018e3ac4a
commit
f137b79182
1 changed files with 3 additions and 8 deletions
|
@ -134,11 +134,8 @@ blockquote {
|
||||||
border-left: 4px solid var(--gray-400);
|
border-left: 4px solid var(--gray-400);
|
||||||
}
|
}
|
||||||
|
|
||||||
body svg,
|
:is(body, html, nav .tags, nav .search) svg {
|
||||||
html svg,
|
stroke: var(--black);
|
||||||
nav .tags svg,
|
|
||||||
nav .search svg {
|
|
||||||
stroke: var(--black);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* links */
|
/* links */
|
||||||
|
@ -148,9 +145,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* links: custom */
|
/* links: custom */
|
||||||
.main__title a,
|
:is(.main__title, footer nav:last-child) a {
|
||||||
nav a,
|
|
||||||
.links__secondary a {
|
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue