Rainfall: Add CSS for comment form inputs

This commit is contained in:
Sarah Norris 2022-07-12 10:54:06 +02:00
parent 6da115f179
commit 57efe12a9f

View file

@ -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);
}