From f137b79182eeb00cc13f3e50ead2a895da45fe0c Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 10:12:12 -0800 Subject: [PATCH] chore: is more concise --- src/assets/styles/index.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 2410461e..75b35a91 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -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; }