Help/About: Revert subtle color to actually subtle color on Get Involved.

Props densinakum, courane01.
See #63025.


Built from https://develop.svn.wordpress.org/trunk@60136


git-svn-id: http://core.svn.wordpress.org/trunk@59472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle
2025-04-07 22:16:54 +00:00
parent 55aa83772d
commit 01616622fe
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
.about__container {
/* Section backgrounds */
--background: #f6f5f2;
--subtle-background: yellow;
--subtle-background: #eef0fd;
/* Main text color */
--text: #1e1e1e;

File diff suppressed because one or more lines are too long

View File

@@ -22,7 +22,7 @@
.about__container {
/* Section backgrounds */
--background: #f6f5f2;
--subtle-background: yellow;
--subtle-background: #eef0fd;
/* Main text color */
--text: #1e1e1e;

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60134';
$wp_version = '6.9-alpha-60136';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.