diff options
author | Kelly Choyce-Dwan <ryelle@git.wordpress.org> | 2025-04-07 22:14:00 +0000 |
---|---|---|
committer | Kelly Choyce-Dwan <ryelle@git.wordpress.org> | 2025-04-07 22:14:00 +0000 |
commit | e25505bda51a6d257447a7f09e1bdcead8da275b (patch) | |
tree | 33bfd3edb7d2cdc3f289527e3d5e542871c29f3d /src | |
parent | 181c8762745b47d3f474a76a1316c262a9ddf65e (diff) | |
download | wordpress-e25505bda51a6d257447a7f09e1bdcead8da275b.tar.gz wordpress-e25505bda51a6d257447a7f09e1bdcead8da275b.zip |
Help/About: Revert subtle color to actually subtle color on Get Involved.
Props densinakum, courane01.
See #63025.
git-svn-id: https://develop.svn.wordpress.org/trunk@60136 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src')
-rw-r--r-- | src/wp-admin/css/about.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css index ac87cdaafe..e81bd87f06 100644 --- a/src/wp-admin/css/about.css +++ b/src/wp-admin/css/about.css @@ -22,7 +22,7 @@ .about__container { /* Section backgrounds */ --background: #f6f5f2; - --subtle-background: yellow; + --subtle-background: #eef0fd; /* Main text color */ --text: #1e1e1e; |