Post title color and font size fixed for 5.9
This commit is contained in:
parent
75c5261d4b
commit
ef5ced46fa
|
@ -114,9 +114,11 @@
|
|||
}
|
||||
}
|
||||
.wp-block.editor-post-title__block,
|
||||
.editor-post-title__block .editor-post-title__input{
|
||||
.editor-post-title__block .editor-post-title__input,
|
||||
.editor-post-title.editor-post-title__input {
|
||||
font-size: 1.25rem;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: var(--tainacan-interface--link-color, #298596);
|
||||
textarea {
|
||||
padding: 3px 6px;
|
||||
color: var(--tainacan-interface--link-color, #298596);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue