Add toc style

Fixes #300
This commit is contained in:
Alexandre Vicenzi 2022-08-31 21:40:20 +02:00
parent b3c04ea205
commit e31f5fe330

View file

@ -276,6 +276,23 @@ main {
section#isso-thread .auth-section .input-wrapper { section#isso-thread .auth-section .input-wrapper {
margin-right: 5px; margin-right: 5px;
} }
.toc {
margin-top: 2em;
.toctitle {
font-size: 1.3em
}
ul {
list-style: none;
padding-inline-start: 1rem;
}
> ul {
padding: 0;
}
}
} }
footer { footer {