From 32f3da64bb93ee2034f073ef712830e7c0a7bcc5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 10:19:58 -0800 Subject: [PATCH] chore: more :is --- src/assets/styles/index.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 66f098dd..717a0dcb 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -931,13 +931,7 @@ footer nav { overflow: hidden; } -h1 > svg, -h2 > svg, -h3 > svg, -h4 > svg, -h5 > svg, -h6 > svg, -.pill--button > svg { +:is(h1, h2, h3, h4, h5, h6, .pill--button) > svg { margin-right: .25rem; stroke-width: var(--stroke-width-bold) !important; } @@ -1023,9 +1017,6 @@ h6 > svg, .author__wrapper > .avatar__wrapper { justify-content: start; - } - - .author__wrapper > .avatar__wrapper { margin-bottom: 0; }