|
@@ -213,17 +213,6 @@ ol {
|
|
|
padding-left: var(--wp--custom--list--padding--left);
|
|
|
}
|
|
|
|
|
|
-p.has-text-color a {
|
|
|
- color: var(--wp--style--color--link, var(--wp--custom--color--primary));
|
|
|
-}
|
|
|
-
|
|
|
-p.has-drop-cap:not(:focus):first-letter {
|
|
|
- font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
|
|
|
- font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
|
|
|
- font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
|
|
|
- margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-navigation a {
|
|
|
border-bottom: none;
|
|
|
}
|
|
@@ -340,6 +329,17 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+p.has-text-color a {
|
|
|
+ color: var(--wp--style--color--link, var(--wp--custom--color--primary));
|
|
|
+}
|
|
|
+
|
|
|
+p.has-drop-cap:not(:focus):first-letter {
|
|
|
+ font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
|
|
|
+ font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
|
|
|
+ font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
|
|
|
+ margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
|
|
|
font-size: var(--wp--custom--quote--citation--typography--font-size);
|
|
|
font-style: var(--wp--custom--quote--citation--typography--font-style);
|