@@ -19,3 +19,11 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
margin-left: 1ch;
text-indent: -1ch;
}
+
+.wp-block-post-comments-form input:not([type=submit],[type=checkbox]),
+.wp-block-post-comments-form textarea,
+.wp-block-post-comments-form select {
+ background-color: var(--wp--preset--color--black);
+ color: var(--wp--preset--color--black);
+ border: 1px solid var(--wp--preset--color--white);
+}