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