css: main : toc : add cursor as zoom

* accessibility
This commit is contained in:
Aditya Telange 2020-09-15 22:47:10 +05:30
parent 94b67a5dc9
commit 2623cd8f8b
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -53,6 +53,14 @@
padding: .5em;
}
.toc details summary {
cursor: zoom-in;
}
.toc details[open] summary {
cursor: zoom-out;
}
.toc .details {
display: inline;
font-weight: 500;