Gazette: Update default block placeholder CSS selector. Bump version number.
This commit is contained in:
parent
f5e2da6624
commit
e680895b0c
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|||
--------------------------------------------------------------*/
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
.editor-default-block-appender textarea.editor-default-block-appender__content {
|
||||
font-family: "Lora", serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|||
|
||||
@media screen and (min-width: 768px) {
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content,
|
||||
.editor-default-block-appender textarea.editor-default-block-appender__content,
|
||||
.edit-post-visual-editor .editor-block-list__block p {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/gazette/
|
|||
Author: Automattic
|
||||
Author URI: https://wordpress.com/themes/
|
||||
Description: A clean and flexible theme perfectly suited for minimalist magazine-style sites, personal blogs, or any content-rich site. It allows you to highlight specific articles on the homepage, and to balance readability with a powerful use of photography — all in a layout that works on any device.
|
||||
Version: 1.1.2-wpcom
|
||||
Version: 1.1.3-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: gazette
|
||||
|
|
Loading…
Reference in a new issue