diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 8a5f813502b72..989a3579a24da 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -497,6 +497,12 @@ margin-top: 0.15em; } +/* Block: Calendar --------------------------- */ + +.editor-styles-wrapper .wp-calendar-table caption { + padding: 0.5em; + font-weight: inherit; +} /* Block: Table ------------------------------ */ diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index 7f18f4772441e..890431c2d02e4 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -501,6 +501,12 @@ margin-top: 0.15em; } +/* Block: Calendar --------------------------- */ + +.editor-styles-wrapper .wp-calendar-table caption { + padding: 0.5em; + font-weight: inherit; +} /* Block: Table ------------------------------ */ diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index 6806c9104b068..db8a845194058 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -4288,6 +4288,10 @@ div.comment:first-of-type { margin-bottom: 0; } +.wp-calendar-table caption { + font-weight: inherit; +} + .wp-calendar-nav { display: table; width: 100%; diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index 08843cefe43a4..28b022a65c2af 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -4324,6 +4324,10 @@ div.comment:first-of-type { margin-bottom: 0; } +.wp-calendar-table caption { + font-weight: inherit; +} + .wp-calendar-nav { display: table; width: 100%;