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

12 lines
147 B
CSS
Raw Normal View History

#interests {
& li {
& a {
& span:has(img)::after {
display: none;
}
}
&:nth-child(odd) {
transform: var(--rot-minus);
2025-10-14 19:40:29 +03:00
}
}
}