diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index ac14a18..3fbb6ee 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -822,6 +822,17 @@ nav.episodes span a:hover svg #bar { stroke: var(--link-secondary-hover); fill: var(--link-secondary-hover); } +details[open] > * { + margin-left: 1.35rem; + padding-right: 1.35rem; +} +details[open] > summary { + margin-left: 0; + padding-right: 0; +} +details > summary:hover { + cursor: pointer; +} @media (min-width: 600px) { body > header .bounding-box { justify-content: space-between;