custom.css - Add margin below summary tags

This commit is contained in:
2020-11-04 13:57:49 +05:30
parent 21212f6dff
commit 536797ea11
+7 -4
View File
@@ -38,14 +38,17 @@
text-transform: unset;
}
.navlink{
.navlink {
cursor: pointer;
}
.navlink:hover{
text-decoration: underline;
.navlink:hover {
text-decoration: underline;
}
details {
margin-bottom: var(--ifm-leading);
}
summary {
cursor: pointer;
}
}