FEATURE Adapting style for detail tag
This commit is contained in:
parent
3b01d8ec55
commit
0cff1ce71c
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user