Compare commits

...
Author SHA1 Message Date
Emma Alexia 8bd278e7c2 fix: nested details tags in markdown bodies 2026-06-21 14:33:24 -04:00
+5
View File
@@ -1006,6 +1006,11 @@ a:not(.no-click-animation),
> :last-child:not(summary) {
margin-bottom: 0 !important;
}
> details:not([open]) summary {
margin: -0.5em -0.5em 0;
border-radius: var(--radius-xs);
}
}
}