Sfoglia il codice sorgente

Archeo: Update comment form styles (#5517)

* Archeo: Update comment form styles

* Set button font family

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Ben Dwyer 3 anni fa
parent
commit
203aa5a854
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 3 2
      archeo/style.css
  2. 1 0
      archeo/theme.json

+ 3 - 2
archeo/style.css

@@ -92,8 +92,9 @@ a:active,
 
 .wp-block-post-comments input:not([type='submit']),
 .wp-block-post-comments textarea {
-	background-color: var(--wp--preset--color--background);
-	border-color: var(--wp--preset--color--foreground);
+	background-color: var(--wp--preset--color--foreground);
+	border-color: var(--wp--preset--color--background);
+	color: var(--wp--preset--color--background);
 }
 
 /*

+ 1 - 0
archeo/theme.json

@@ -107,6 +107,7 @@
 					"text": "var(--wp--preset--color--background)"
 				},
 				"typography": {
+					"fontFamily": "var(--wp--preset--font-family--chivo)",
 					"fontSize": "var(--wp--preset--typography--font-size--normal)",
 					"textTransform": "uppercase"
 				}