From e25505bda51a6d257447a7f09e1bdcead8da275b Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Mon, 7 Apr 2025 22:14:00 +0000 Subject: 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 --- src/wp-admin/css/about.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3