summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/css/blocks.css')
-rw-r--r--themes/twentyfourteen/css/blocks.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/themes/twentyfourteen/css/blocks.css b/themes/twentyfourteen/css/blocks.css
index 425c8dbc..e0f0e231 100644
--- a/themes/twentyfourteen/css/blocks.css
+++ b/themes/twentyfourteen/css/blocks.css
@@ -139,7 +139,6 @@ p.has-drop-cap:not(:focus)::first-letter {
.wp-block-file .wp-block-file__button {
background-color: #24890d;
border: 0;
- border-radius: 2px;
color: #fff;
font-size: 12px;
font-weight: 700;
@@ -221,12 +220,11 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Buttons */
.wp-block-button .wp-block-button__link {
- border: 0;
- border-radius: 2px;
font-size: 12px;
font-weight: 700;
line-height: 15px;
padding: 10px 30px 11px;
+ text-decoration: none;
text-transform: uppercase;
vertical-align: bottom;
}
@@ -236,8 +234,14 @@ p.has-drop-cap:not(:focus)::first-letter {
color: #fff;
}
+.is-style-outline .wp-block-button__link:not(.has-text-color) {
+ color: #24890d;
+}
+
.wp-block-button__link:hover,
-.wp-block-button__link:focus {
+.wp-block-button__link:focus,
+.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
+.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
background-color: #41a62a;
color: #fff;
}