mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Help/About: Final adjustments to the 5.5 About page.
- Final CDN asset URLs. - Some minor color adjustments. Props ryelle, marybaum, davidbaumwald, audrasjb, estelaris, afercia, cbringmann, andreamiddleton, desrosj, SergeyBiryukov, ocean90, nrqsnchz, spacedmonkey, whyisjake, man4toman. Fixes #50416. git-svn-id: https://develop.svn.wordpress.org/trunk@48783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
--accent-2: #bd7331;
|
||||
--accent-3: #b04329;
|
||||
/* Navigation colors. */
|
||||
--nav-background: var( --subtle-background );
|
||||
--nav-border: var( --accent-1 );
|
||||
--nav-background: var(--subtle-background);
|
||||
--nav-border: var(--accent-1);
|
||||
--nav-color: var(--accent-3);
|
||||
--nav-current: var(--accent-3);
|
||||
}
|
||||
@@ -98,7 +98,7 @@
|
||||
}
|
||||
|
||||
.about__section {
|
||||
background: #f3f4f5;
|
||||
background: #fff;
|
||||
background: var(--background);
|
||||
clear: both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user