|
@@ -155,10 +155,6 @@ img {
|
|
text-decoration: none;
|
|
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--horizontal);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
:root {
|
|
:root {
|
|
--wpadmin-bar--height: 46px;
|
|
--wpadmin-bar--height: 46px;
|
|
}
|
|
}
|
|
@@ -204,6 +200,14 @@ p {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background {
|
|
|
|
+ padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.has-background :last-child {
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Elements
|
|
* Elements
|
|
* - Styles for basic HTML elemants
|
|
* - Styles for basic HTML elemants
|
|
@@ -429,10 +433,6 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
}
|
|
}
|
|
|
|
|
|
-p.has-background {
|
|
|
|
- padding: var(--wp--custom--padding--vertical) var(--wp--custom--padding--horizontal);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-post-author__name {
|
|
.wp-block-post-author__name {
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
font-weight: var(--wp--custom--post-author--font-weight);
|
|
}
|
|
}
|