|
@@ -8,7 +8,7 @@ Description: Seedlet is a free WordPress theme. A two-column layout and classica
|
|
Requires at least: 5.5
|
|
Requires at least: 5.5
|
|
Tested up to: 5.5
|
|
Tested up to: 5.5
|
|
Requires PHP: 5.6.2
|
|
Requires PHP: 5.6.2
|
|
-Version: 1.1.13-wpcom
|
|
|
|
|
|
+Version: 1.1.14-wpcom
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Text Domain: seedlet
|
|
Text Domain: seedlet
|
|
@@ -949,9 +949,8 @@ a:active {
|
|
border-bottom-color: transparent;
|
|
border-bottom-color: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) .has-link-color a,
|
|
|
|
-.has-background:not(.has-background-background-color).has-link-color a {
|
|
|
|
- color: var(--wp--style--color--link, var(--global--color-primary));
|
|
|
|
|
|
+.has-primary-background-color a:not(.has-link-color):not(.has-text-color) {
|
|
|
|
+ color: var(--global--color-background);
|
|
}
|
|
}
|
|
|
|
|
|
button,
|
|
button,
|
|
@@ -1412,15 +1411,6 @@ object {
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-cover .wp-block-cover__inner-container a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.wp-block-cover .wp-block-cover-image-text a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.wp-block-cover .wp-block-cover-text a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.wp-block-cover-image .wp-block-cover__inner-container a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.wp-block-cover-image .wp-block-cover-image-text a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.wp-block-cover-image .wp-block-cover-text a:not(.has-text-color):not(.wp-block-button__link) {
|
|
|
|
- color: currentColor;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
|
|
.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
|
|
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
|
|
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
|
|
.wp-block-cover .wp-block-cover-text .has-link-color a,
|
|
.wp-block-cover .wp-block-cover-text .has-link-color a,
|
|
@@ -2653,11 +2643,6 @@ pre.wp-block-verse {
|
|
color: var(--global--color-black);
|
|
color: var(--global--color-black);
|
|
}
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) a:not(.has-text-color):not(.wp-block-button__link),
|
|
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
|
- color: currentColor;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.has-primary-background-color[class] {
|
|
.has-primary-background-color[class] {
|
|
background-color: var(--global--color-primary);
|
|
background-color: var(--global--color-primary);
|
|
}
|
|
}
|