diff --git a/wp-content/themes/twentytwenty/functions.php b/wp-content/themes/twentytwenty/functions.php index 2ce8fffb77..ded96095eb 100644 --- a/wp-content/themes/twentytwenty/functions.php +++ b/wp-content/themes/twentytwenty/functions.php @@ -789,7 +789,7 @@ function twentytwenty_get_elements_array() { 'border-left-color' => array( 'body:not(.overlay-header) .primary-menu ul ul:after' ), ), 'secondary' => array( - 'color' => array( '.site-description', 'body:not(.overlay-header) .toggle-inner .toggle-text', '.widget .post-date', '.widget .rss-date', '.widget_archive li', '.widget_categories li', '.widget cite', '.widget_pages li', '.widget_meta li', '.widget_nav_menu li', '.powered-by-wordpress', '.to-the-top', '.singular .entry-header .post-meta', '.singular:not(.overlay-header) .entry-header .post-meta a' ), + 'color' => array( '.site-description', 'body:not(.overlay-header) .toggle-inner .toggle-text', '.widget .post-date', '.widget .rss-date', '.widget_archive li', '.widget_categories li', '.widget cite', '.widget_pages li', '.widget_meta li', '.widget_nav_menu li', '.powered-by-wordpress', '.footer-credits .privacy-policy', '.to-the-top', '.singular .entry-header .post-meta', '.singular:not(.overlay-header) .entry-header .post-meta a' ), ), 'borders' => array( 'border-color' => array( '.header-footer-group pre', '.header-footer-group fieldset', '.header-footer-group input', '.header-footer-group textarea', '.header-footer-group table', '.header-footer-group table *', '.footer-nav-widgets-wrapper', '#site-footer', '.menu-modal nav *', '.footer-widgets-outer-wrapper', '.footer-top' ), diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 43f5b0bd44..3e2da9905c 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -4493,12 +4493,12 @@ ul.footer-social li { } .footer-copyright a, -.privacy-policy a, +.footer-credits .privacy-policy a, .powered-by-wordpress a { color: inherit; } -.privacy-policy, +.footer-credits .privacy-policy, .powered-by-wordpress, .to-the-top { color: #6d6d6d; @@ -4523,7 +4523,7 @@ a.to-the-top > * { margin: 0 2.4rem 0 0; } -.privacy-policy { +.footer-credits .privacy-policy { margin: 1.2rem 0 0; } @@ -5617,7 +5617,7 @@ a.to-the-top > * { font-weight: 700; } - .privacy-policy { + .footer-credits .privacy-policy { margin: 0 2.4rem 0 0; } diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 33a643d0ff..2fb031b375 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -4529,12 +4529,12 @@ ul.footer-social li { } .footer-copyright a, -.privacy-policy a, +.footer-credits .privacy-policy a, .powered-by-wordpress a { color: inherit; } -.privacy-policy, +.footer-credits .privacy-policy, .powered-by-wordpress, .to-the-top { color: #6d6d6d; @@ -4559,7 +4559,7 @@ a.to-the-top > * { margin: 0 0 0 2.4rem; } -.privacy-policy { +.footer-credits .privacy-policy { margin: 1.2rem 0 0; } @@ -5681,7 +5681,7 @@ a.to-the-top > * { font-weight: 700; } - .privacy-policy { + .footer-credits .privacy-policy { margin: 0 0 0 2.4rem; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 12cd9aad9b..4a49f49871 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57588'; +$wp_version = '6.5-alpha-57589'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.