custom.css - In accordion header, make cursor pointer

As part of general improvements to Accordion we are adding here
This commit is contained in:
2020-10-23 19:14:07 +05:30
parent 8217dc3f04
commit 6d0e14ec46
+4
View File
@@ -33,3 +33,7 @@
.admonition h5 {
text-transform: unset;
}
summary {
cursor: pointer;
}