FEATURE Adapting style for detail tag

This commit is contained in:
Antoine M 2026-03-03 17:13:50 +01:00
parent 3b01d8ec55
commit 0cff1ce71c

View File

@ -85,3 +85,16 @@ article > *:not(.entry-content),
}
}
}
details {
@apply mb-32;
&:has(+ details) {
@apply mb-6;
}
&:has(+ h1, + h2, + h3, + h4, + h5, + h6) {
@apply mb-12;
}
summary {
@apply text-primary;
}
}