chore: more :is

This commit is contained in:
Cory Dransfeldt 2024-01-02 10:18:21 -08:00
parent f137b79182
commit 8464adb43c
No known key found for this signature in database

View file

@ -160,9 +160,7 @@ a svg {
stroke: var(--blue-600); stroke: var(--blue-600);
} }
a:has(svg):hover svg, :is(a:has(svg):hover, a:has(svg):active, a:has(svg):focus) svg {
a:has(svg):active svg,
a:has(svg):focus svg {
stroke: var(--blue-800); stroke: var(--blue-800);
} }
@ -230,9 +228,7 @@ nav svg {
margin-top: .125rem; margin-top: .125rem;
} }
nav a:hover svg, :is(nav a:hover, nav a:active, nav a:focus) svg,
nav a:active svg,
nav a:focus svg,
nav svg:hover, nav svg:hover,
nav svg:active, nav svg:active,
nav svg:focus { nav svg:focus {
@ -1078,12 +1074,10 @@ h6 > svg,
stroke: var(--blue-400); stroke: var(--blue-400);
} }
.main__title a, :is(.main__title, footer nav:last-child, .webmentions__wrapper .interaction__wrapper .comment__wrapper--interior .comment) a,
footer nav:last-child a,
input[type="text"], input[type="text"],
input[type="email"], input[type="email"],
textarea, textarea {
.webmentions__wrapper .interaction__wrapper .comment__wrapper--interior .comment a {
color: var(--white); color: var(--white);
} }