|
@@ -99,6 +99,10 @@ img {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
|
|
|
+ padding: var(--wp--custom--padding--vertical) var(--wp--custom--padding--vertical);
|
|
|
+}
|
|
|
+
|
|
|
::selection {
|
|
|
background-color: var(--wp--custom--color--selection);
|
|
|
}
|
|
@@ -365,6 +369,10 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
|
}
|
|
|
|
|
|
+p.has-background {
|
|
|
+ padding: var(--wp--custom--padding--vertical) var(--wp--custom--padding--vertical);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-author__name {
|
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
|
}
|