Administration: Revert [59709].

This reverts the lighter font-weight update that was committed in [59709] to give it more time for testing and feedback.

Fixes #62865.


Built from https://develop.svn.wordpress.org/trunk@59876


git-svn-id: http://core.svn.wordpress.org/trunk@59218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2025-02-26 22:55:23 +00:00
parent 00228cf046
commit b0efc2929c
5 changed files with 5 additions and 5 deletions

View File

@@ -860,7 +860,7 @@ ul#add-to-blog-users {
padding: 20px 0 20px 10px;
width: 200px;
line-height: 1.3;
font-weight: 400;
font-weight: 600;
}
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */

File diff suppressed because one or more lines are too long

View File

@@ -859,7 +859,7 @@ ul#add-to-blog-users {
padding: 20px 10px 20px 0;
width: 200px;
line-height: 1.3;
font-weight: 400;
font-weight: 600;
}
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59875';
$wp_version = '6.8-alpha-59876';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.