custom.css - Add margin below summary tags

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