소스 검색

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 년 전
부모
커밋
203aa5a854
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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"
 				}