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