Jelajahi Sumber

Rainfall: Add CSS for comment form inputs

Sarah Norris 3 tahun lalu
induk
melakukan
57efe12a9f
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      rainfall/style.css

+ 8 - 0
rainfall/style.css

@@ -19,3 +19,11 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
 	margin-left: 1ch;
 	margin-left: 1ch;
 	text-indent: -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);
+}