|
@@ -301,6 +301,13 @@ p.has-text-color a {
|
|
color: var(--wp--style--color--link, var(--wp--custom--color--primary));
|
|
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 {
|
|
.wp-block-navigation a {
|
|
border-bottom: none;
|
|
border-bottom: none;
|
|
}
|
|
}
|