Archeo: Update comment form styles (#5517)
* Archeo: Update comment form styles * Set button font family Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
This commit is contained in:
parent
36da28b820
commit
203aa5a854
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue