@@ -48,6 +48,10 @@
textarea {
@apply h-24;
}
+
+ details > *:not(summary) {
+ @apply pl-4;
+ }
ol {
@apply list-decimal list-inside;