diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index a1b6cb5f915f2e480f8d2739a1c7f8f3a437030d..425c8dbc214f7180a4575e5f6da619bccb314988 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Fourteen -Description: Used to style Gutenberg Blocks. +Description: Used to style blocks. */ /*-------------------------------------------------------------- @@ -221,10 +221,8 @@ p.has-drop-cap:not(:focus)::first-letter { /* Buttons */ .wp-block-button .wp-block-button__link { - background-color: #24890d; border: 0; border-radius: 2px; - color: #fff; font-size: 12px; font-weight: 700; line-height: 15px; @@ -233,12 +231,18 @@ p.has-drop-cap:not(:focus)::first-letter { vertical-align: bottom; } -.wp-block-button .wp-block-button__link:hover, -.wp-block-button .wp-block-button__link:focus { +.wp-block-button__link { + background-color: #24890d; + color: #fff; +} + +.wp-block-button__link:hover, +.wp-block-button__link:focus { background-color: #41a62a; + color: #fff; } -.wp-block-button .wp-block-button__link:active { +.wp-block-button__link:active { background-color: #55d737; } diff --git a/wp-content/themes/twentyfourteen/css/editor-blocks.css b/wp-content/themes/twentyfourteen/css/editor-blocks.css index 421bda895f94ea618cc20f97472cbc2a192dd0e0..e8fba395465e820dc0c805a97414fab5625e3434 100644 --- a/wp-content/themes/twentyfourteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfourteen/css/editor-blocks.css @@ -1,6 +1,6 @@ /* Theme Name: Twenty Fourteen -Description: Used to style Gutenberg Blocks in the editor. +Description: Used to style blocks in the editor. */ /*-------------------------------------------------------------- @@ -20,12 +20,12 @@ Description: Used to style Gutenberg Blocks in the editor. .edit-post-visual-editor .editor-block-list__block, .edit-post-visual-editor .editor-block-list__block p, -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-size: 16px; line-height: 1.5; } -.editor-default-block-appender input[type="text"].editor-default-block-appender__content { +.editor-default-block-appender textarea.editor-default-block-appender__content { font-family: Lato, sans-serif; } diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index d147558e9d6a5a660cf6e40da6f0298cfb581828..3babfeb157d99ce0abc2316fb131a49fd3d9b063 100644 --- a/wp-content/themes/twentyfourteen/functions.php +++ b/wp-content/themes/twentyfourteen/functions.php @@ -349,7 +349,7 @@ function twentyfourteen_resource_hints( $urls, $relation_type ) { add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 ); /** - * Enqueue editor styles for Gutenberg + * Enqueue styles for the block-based editor. * * @since Twenty Fourteen 2.3 */ diff --git a/wp-content/themes/twentyfourteen/readme.txt b/wp-content/themes/twentyfourteen/readme.txt index 8c1c62acbd845827d189ef77f4a0b791525f430a..69d4e65345098d7f0c200f6a4a28caf8643d8a6c 100644 --- a/wp-content/themes/twentyfourteen/readme.txt +++ b/wp-content/themes/twentyfourteen/readme.txt @@ -1,8 +1,8 @@ === Twenty Fourteen === Contributors: the WordPress team Requires at least: WordPress 3.6 -Tested up to: WordPress 5.0-trunk -Stable tag: 2.3 +Tested up to: WordPress 5.0 +Stable tag: 2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready @@ -50,6 +50,11 @@ Source: http://www.genericons.com == Changelog == += 2.4 = +* Released: December 19, 2018 + +https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_2.4 + = 2.3 = * Released: December 6, 2018 diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 6ac93966b8a91d8de27b59ad6da40cfa5d3671d8..162d237500f6f05f332c8fa2df41d2cf9f1c9909 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/ Author: the WordPress team Author URI: https://wordpress.org/ Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier. -Version: 2.3 +Version: 2.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready