Intergalactic 2: Remove not() styles for cover block, since they made paragraph styles too specific. Bump version number.
This commit is contained in:
parent
24ac020137
commit
18a3382a9e
2 changed files with 17 additions and 3 deletions
|
@ -20,12 +20,15 @@
|
|||
--------------------------------------------------------------*/
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
@ -412,7 +415,7 @@
|
|||
color: #767676;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
||||
.edit-post-visual-editor .editor-block-list__block blockquote p {
|
||||
font-size: 24px;
|
||||
color: #767676;
|
||||
}
|
||||
|
@ -467,6 +470,17 @@
|
|||
font-size: 25.6px;
|
||||
}
|
||||
|
||||
/* Cover */
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text,
|
||||
.edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 {
|
||||
font-size: 2.0em; /* Cover images inherit the paragraph size; this resets it */
|
||||
}
|
||||
|
||||
/* File */
|
||||
|
||||
.wp-block-file__textlink {
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.com/themes/intergalactic-2/
|
|||
Author: Automattic
|
||||
Author URI: https://wordpress.com/themes/
|
||||
Description: Intergalactic 2 is a stunning specimen for your personal blog. Bold featured images act as the backdrop to your text, giving you a high-contrast, readable theme that's perfect for making your content pop. The one-column layout provides a distraction-free environment for reading, while the slide-out menu keeps your navigation and secondary content readily accessible.
|
||||
Version: 2.0.2-wpcom
|
||||
Version: 2.0.3-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: intergalactic
|
||||
|
|
Loading…
Reference in a new issue