diff --git a/src/wp-content/themes/twentyfourteen/css/blocks.css b/src/wp-content/themes/twentyfourteen/css/blocks.css index e45818241d..67d205aa28 100644 --- a/src/wp-content/themes/twentyfourteen/css/blocks.css +++ b/src/wp-content/themes/twentyfourteen/css/blocks.css @@ -157,6 +157,11 @@ p.has-drop-cap:not(:focus)::first-letter { background-color: #55d737; } +.widget .wp-block-file .wp-block-file__button, +.widget .wp-block-file .wp-block-file__button:hover { + color: #fff; +} + /*-------------------------------------------------------------- 3.0 Blocks - Formatting --------------------------------------------------------------*/ @@ -268,6 +273,11 @@ p.has-drop-cap:not(:focus)::first-letter { background-color: #55d737; } +.widget a.wp-block-button__link:not(.has-text-color), +.widget a.wp-block-button__link:not(.has-text-color):hover { + color: #fff; +} + /* Separator */ .wp-block-separator {