custom.css - Add margin below summary tags

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