|
@@ -196,6 +196,19 @@ a:not(
|
|
|
outline-offset: 3px;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Comment form styles
|
|
|
+ */
|
|
|
+
|
|
|
+ .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
|
|
|
+ .wp-block-post-comments textarea,
|
|
|
+ .wp-block-post-comments select {
|
|
|
+ border-radius: var(--wp--custom--button--border--radius);
|
|
|
+ background-color: var(--wp--preset--color--background);
|
|
|
+ color: var(--wp--preset--color--foreground);
|
|
|
+ border: 1px solid var(--wp--preset--color--foreground);
|
|
|
+ }
|
|
|
+
|
|
|
/*
|
|
|
* Needed until https://github.com/WordPress/gutenberg/issues/34196 or something like it.
|
|
|
*/
|