diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css
index 561b9f7b92..6e0908e79f 100644
--- a/src/wp-content/themes/twentyfourteen/style.css
+++ b/src/wp-content/themes/twentyfourteen/style.css
@@ -2310,7 +2310,7 @@ a.post-thumbnail:hover {
 	color: #fff;
 }
 
-.widget a:hover {
+.widget a:hover:where(:not(.wp-block-button__link)) {
 	color: #41a62a;
 }
 
@@ -2729,11 +2729,11 @@ a.post-thumbnail:hover {
  * -----------------------------------------------------------------------------
  */
 
-.content-sidebar .widget a {
+.content-sidebar .widget a:where(:not(.wp-block-button__link)) {
 	color: #24890d;
 }
 
-.content-sidebar .widget a:hover {
+.content-sidebar .widget a:hover:where(:not(.wp-block-button__link)) {
 	color: #41a62a;
 }
 
