Fix reasoning divider

This commit is contained in:
dwrz
2026-06-26 21:56:33 +00:00
parent d21ed0dd4d
commit bcdbd9092a

View File

@@ -136,7 +136,7 @@ body {
border-bottom: 1px dashed var(--color-border-light); border-bottom: 1px dashed var(--color-border-light);
} }
.collapsible:last-of-type { .collapsible:last-child {
border-bottom: none; border-bottom: none;
} }