gloabalizing settings for [hidden=true] attribute

This commit is contained in:
Antoine M 2023-11-28 14:58:50 +01:00
parent 1dc4f26a38
commit 128774255e

View File

@ -12,6 +12,10 @@ html {
font-weight: bold; font-weight: bold;
} }
*[hidden='true'] {
@apply !hidden;
}
details { details {
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6; @apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
summary { summary {