STYLE Update heading styles to include advised text color and refine border properties for stroked style
This commit is contained in:
parent
09c6c446a8
commit
f98bb9159b
|
|
@ -66,8 +66,10 @@
|
|||
&.is-style-stroked-after {
|
||||
@apply flex items-end gap-4;
|
||||
overflow-wrap: anywhere;
|
||||
--advised-text-color: currentColor;
|
||||
&:after {
|
||||
@apply flex-auto border-b-2 border-primary border-solid mb-2;
|
||||
@apply flex-auto border-b-2 border-solid mb-2;
|
||||
border-bottom: 2px solid var(--advised-text-color, --wp--preset--color--primary);
|
||||
content: '';
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user