improve Toc

This commit is contained in:
Aditya Telange 2024-06-22 00:10:02 +05:30
parent 3f50861a0c
commit 3bb3cf5085
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77

View file

@ -266,7 +266,8 @@
.toc details summary { .toc details summary {
cursor: zoom-in; cursor: zoom-in;
margin-inline-start: 20px; margin-inline-start: 10px;
user-select: none;
} }
.toc details[open] summary { .toc details[open] summary {
@ -279,8 +280,9 @@
} }
.toc .inner { .toc .inner {
margin: 0 20px; margin: 5px 20px 0;
padding: 10px 20px; padding: 0 10px;
opacity: 0.9;
} }
.toc li ul { .toc li ul {