mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 19:02:23 +01:00
Customize: Give the WordPress logo a white background for dark mode browsers.
The favicon is transparent, which would normally look fine, but on a dark background it washes out. Bring the fix in r47564 to the 5.4 branch. Props DhrRob, audrasjb. Fixes #49798. Built from https://develop.svn.wordpress.org/branches/5.4@47565 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f4270351c3
commit
18d2b94345
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.0 KiB |
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4.1-alpha-47563';
|
||||
$wp_version = '5.4.1-alpha-47565';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user