Post title color and font size fixed for 5.9

This commit is contained in:
mateuswetah 2022-01-28 10:30:41 -03:00
parent 75c5261d4b
commit ef5ced46fa
2 changed files with 4 additions and 2 deletions

View File

@ -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