summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/css/editor-blocks.css')
-rw-r--r--themes/twentyfifteen/css/editor-blocks.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/themes/twentyfifteen/css/editor-blocks.css b/themes/twentyfifteen/css/editor-blocks.css
index 6076cab6..5b1e90c9 100644
--- a/themes/twentyfifteen/css/editor-blocks.css
+++ b/themes/twentyfifteen/css/editor-blocks.css
@@ -708,10 +708,6 @@ p.has-drop-cap:not(:focus)::first-letter {
/* Button */
.wp-block-button .wp-block-button__link {
- background-color: #333;
- border: 0;
- border-radius: 0;
- color: #fff;
cursor: pointer;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
@@ -722,6 +718,15 @@ p.has-drop-cap:not(:focus)::first-letter {
vertical-align: baseline;
}
+.wp-block-button__link {
+ background-color: #333;
+ color: #fff;
+}
+
+.is-style-outline .wp-block-button__link {
+ color: #333;
+}
+
@media screen and (min-width: 46.25em) {
.wp-block-button .wp-block-button__link {
font-size: 14px;