chore: is more concise

This commit is contained in:
Cory Dransfeldt 2024-01-02 10:12:12 -08:00 committed by GitHub
parent 6018e3ac4a
commit f137b79182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,11 +134,8 @@ blockquote {
border-left: 4px solid var(--gray-400);
}
body svg,
html svg,
nav .tags svg,
nav .search svg {
stroke: var(--black);
:is(body, html, nav .tags, nav .search) svg {
stroke: var(--black);
}
/* links */
@ -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;
}