adjust summary margins

This commit is contained in:
Jennifer C J Radtke
2024-02-17 18:42:35 +00:00
parent 1401c05b59
commit 23333b4530

5
css/skeleton.css vendored
View File

@@ -175,9 +175,12 @@ a:hover {
/* Summary /* Summary
*/ */
summary {
margin-top: .5em
margin-bottom: .5rem;
}
summary:hover { summary:hover {
color: #0FA0CE; color: #0FA0CE;
margin-top: 1em
} }