mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-08-04 18:27:16 +00: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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|