quickshell-web/src/styles/docs/toc/intro-toc.css
outfoxxed 44656699ef
improve TOC style somewhat
Still needs considerable work
2025-06-08 17:40:00 -07:00

29 lines
403 B
CSS

.toc-wrapper-mobile .toc-content {
& .toc_a {
transition: color 0.33s;
color: hsl(var(--green) 72% 40%);
}
& ul {
margin: 0;
}
& li {
list-style: none;
&.active {
& > .toc_a {
color: hsl(var(--green) 72% 60%);
}
}
}
& .toc_heading {
margin: 0;
margin-block: 0.618rem;
& .toc_heading * {
margin-left: 0.348rem;
}
}
}