mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
custom.css - Add margin below summary tags
This commit is contained in:
+7
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user