|
@@ -162,6 +162,19 @@
|
|
|
color: var(--wp--style--color--link);
|
|
|
}
|
|
|
|
|
|
+.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation-link {
|
|
|
+ font-family: var(--wp--preset--font-family--headings);
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-navigation__responsive-container.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link {
|
|
|
+ font-style: italic;
|
|
|
+ font-size: 24px;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-comments .reply a {
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
font-size: var(--wp--preset--font-size--small);
|