STYLE Add margin to wp-block-columns and update text color for entry content paragraphs
This commit is contained in:
parent
b3b12c6047
commit
3b34391344
|
|
@ -44,6 +44,10 @@ article > *:not(.entry-content),
|
|||
@apply list-decimal;
|
||||
}
|
||||
}
|
||||
|
||||
> .wp-block-columns {
|
||||
@apply !my-24;
|
||||
}
|
||||
}
|
||||
.wp-singular.page {
|
||||
.site-content {
|
||||
|
|
@ -106,3 +110,11 @@ h3.wp-block-heading:has(+ .wp-block-table) {
|
|||
/* .wp-block-table + h3.wp-block-heading {
|
||||
@apply mt-16;
|
||||
} */
|
||||
|
||||
/* :where(.is-website-carhop) {
|
||||
@apply text-primary;
|
||||
} */
|
||||
|
||||
:where(.wp-singular.page .entry-content p) {
|
||||
@apply text-primary;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user