mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
15 lines
197 B
CSS
15 lines
197 B
CSS
.tableofcontents {
|
|
ul {
|
|
@apply list-none;
|
|
li {
|
|
@apply mb-2;
|
|
a {
|
|
@apply text-primary;
|
|
&:hover {
|
|
@apply text-primary/60;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|