|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
|
Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.4.6
|
|
|
|
|
|
+Version: 1.4.7
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
@@ -709,6 +709,10 @@ a:hover {
|
|
color: var(--wp--preset--color--primary-hover);
|
|
color: var(--wp--preset--color--primary-hover);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-primary-background-color a:not(.has-text-color) {
|
|
|
|
+ color: var(--wp--preset--color--background);
|
|
|
|
+}
|
|
|
|
+
|
|
button,
|
|
button,
|
|
a {
|
|
a {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -1471,6 +1475,11 @@ button[data-load-more-btn], .button {
|
|
color: var(--wp--preset--color--primary-hover);
|
|
color: var(--wp--preset--color--primary-hover);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-primary-background-color .wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color), .has-primary-background-color
|
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
|
|
|
|
+ color: var(--wp--preset--color--background);
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-button.is-style-squared,
|
|
.wp-block-button.is-style-squared,
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
border-radius: 0;
|
|
border-radius: 0;
|