website/_src/assets/css/citrus/home.css

12 lines
147 B
CSS

#interests {
& li {
& a {
& span:has(img)::after {
display: none;
}
}
&:nth-child(odd) {
transform: var(--rot-minus);
}
}
}