remove unconnected changes

This commit is contained in:
Ben Dwyer 2020-09-14 13:44:48 +01:00
parent 4c11d4aa2b
commit af24a5cf5c

View file

@ -5,8 +5,9 @@ Author: Automattic
Author URI: https://automattic.com/
Description: Seedlet is a free WordPress theme. A two-column layout and classically elegant typography creates a refined site that gives your works and images space to breathe - and shine. Seedlet was built to be the perfect partner to the block editor, and supports all the latest blocks. Writing, audio, illustrations, photography, video - use Seedlet to engage and direct visitors' eyes, without your theme getting in the way. And the responsive design shifts naturally between desktop and mobile devices. Seedlet is a great option for professionals and creatives looking for a sophisticated vibe. Whether you're looking to create a blog or a robust site promoting your business, do with simplicity, style, and Seedlet.
Requires at least: 4.9.6
Tested up to: 5.5
Version: 1.0.6-wpcom
Tested up to: 5.4.1
Requires PHP: 7.3
Version: 1.0.3-wpcom
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: seedlet
@ -1397,12 +1398,12 @@ object {
margin-bottom: var(--global--spacing-vertical);
}
.wp-block-cover .wp-block-cover__inner-container a:not(.has-text-color),
.wp-block-cover .wp-block-cover-image-text a:not(.has-text-color),
.wp-block-cover .wp-block-cover-text a:not(.has-text-color),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.has-text-color),
.wp-block-cover-image .wp-block-cover-image-text a:not(.has-text-color),
.wp-block-cover-image .wp-block-cover-text a:not(.has-text-color) {
.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-text a {
color: currentColor;
}