Help/About: Revert subtle color to actually subtle color on Get Involved.
Reviewed By peterwilsoncc. Merges [60136] to the 6.8 branch. Props densinakum, courane01. See #63025. Built from https://develop.svn.wordpress.org/branches/6.8@60138 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
.about__container {
|
.about__container {
|
||||||
/* Section backgrounds */
|
/* Section backgrounds */
|
||||||
--background: #f6f5f2;
|
--background: #f6f5f2;
|
||||||
--subtle-background: yellow;
|
--subtle-background: #eef0fd;
|
||||||
|
|
||||||
/* Main text color */
|
/* Main text color */
|
||||||
--text: #1e1e1e;
|
--text: #1e1e1e;
|
||||||
|
|||||||
2
wp-admin/css/about-rtl.min.css
vendored
2
wp-admin/css/about-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -22,7 +22,7 @@
|
|||||||
.about__container {
|
.about__container {
|
||||||
/* Section backgrounds */
|
/* Section backgrounds */
|
||||||
--background: #f6f5f2;
|
--background: #f6f5f2;
|
||||||
--subtle-background: yellow;
|
--subtle-background: #eef0fd;
|
||||||
|
|
||||||
/* Main text color */
|
/* Main text color */
|
||||||
--text: #1e1e1e;
|
--text: #1e1e1e;
|
||||||
|
|||||||
2
wp-admin/css/about.min.css
vendored
2
wp-admin/css/about.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.8-RC2-60135';
|
$wp_version = '6.8-RC2-60138';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user