It might be the weirdest line of CSS I’ve ever written.
.site-footer__nav a:hover > svg ellipse:first-child {
fill: var(--primary-color);
}
It might be the weirdest line of CSS I’ve ever written.
.site-footer__nav a:hover > svg ellipse:first-child {
fill: var(--primary-color);
}