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,
|
.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-size: 1.25rem;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
color: var(--tainacan-interface--link-color, #298596);
|
||||||
textarea {
|
textarea {
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
color: var(--tainacan-interface--link-color, #298596);
|
color: var(--tainacan-interface--link-color, #298596);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue