mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 00:55:13 +01:00
50d5a07812
Tweaks the 6.4 about pages in a couple of ways: - Decouples the background from the 6.4 logo so the logo can move for RTL. - Updates a color to improve color contrast. - Help prevent overlap of long text strings with 6.4 logo. - Ensure background isn't dark when no background is used on mobile. Props nudge, jorbin, afercia, sumitsingh, sabernhardt. See #59289, #59664. Built from https://develop.svn.wordpress.org/trunk@57018 git-svn-id: http://core.svn.wordpress.org/trunk@56529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
662 B
XML
12 lines
662 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="420" fill="none" viewBox="0 0 1000 420">
|
|
<g clip-path="url(#a)">
|
|
<rect width="1000" height="420" fill="#EAE9E7" rx="2"/>
|
|
<path fill="#fff" fill-opacity=".35" d="M303.711-552.516v702.368l492.135-492.135 106.31 107.505-494.524 494.524H1110v151.702H414.799l498.108 498.108-107.505 107.504-501.691-501.69v707.15H152.009V515.37l-504.08 504.08-107.506-106.311L42.115 411.448h-707.146V259.746H48.087L-450.02-238.361l107.506-107.506L152.01 148.657v-701.173h151.702Z"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="a">
|
|
<rect width="1000" height="420" fill="#fff" rx="2"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|