Update table of contents

This commit is contained in:
Defectink
2022-04-01 15:15:38 +08:00
parent d68b4523ef
commit 11fcb9677f
7 changed files with 71 additions and 39 deletions

View File

@ -2,15 +2,6 @@
@apply text-lg leading-10;
}
/* For the table of content */
#article h2#table-of-contents + ul {
@apply border-l-4 border-gray-300;
@apply pl-4;
}
#article h2#table-of-contents:hover::before {
content: unset;
}
#article h1 {
font-weight: bold;
text-align: center;