浏览代码

Rainfall: Add CSS for comment form inputs

Sarah Norris 3 年之前
父节点
当前提交
57efe12a9f
共有 1 个文件被更改,包括 8 次插入0 次删除
  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;
 	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);
+}