style blog post quote and heading blocks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c009abc0a7
commit
da412bdf4e
@ -220,3 +220,23 @@ a.wp-block-tiptip-hyperlink-group-block {
|
|||||||
bottom: 77px;
|
bottom: 77px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blog-post-content strong {
|
||||||
|
font-family: var(--wp--preset--font-family--instrument-sans);
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog-post-content h2.wp-block-heading {
|
||||||
|
background: var(--wp--preset--gradient--green-to-violet);
|
||||||
|
padding: .5em;
|
||||||
|
padding-inline-start: 1.25em;
|
||||||
|
border: 1px solid;
|
||||||
|
margin-inline: -1.7em;
|
||||||
|
margin-block: 1em;
|
||||||
|
font-family: var(--wp--preset--font-family--instrument-sans);
|
||||||
|
letter-spacing: -0.4px;
|
||||||
|
font-size: 38px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog-post-content blockquote.wp-block-quote {
|
||||||
|
margin-inline-start: -2em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user