From fc99a10dc3dd094f603d5b566db3b888fb985456 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Thu, 29 Jan 2026 17:00:42 -0600 Subject: [PATCH 1/2] Update wp-activate styling; add error class --- src/wp-activate.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/wp-activate.php b/src/wp-activate.php index 103df0364e973..8f26e10d25bf3 100644 --- a/src/wp-activate.php +++ b/src/wp-activate.php @@ -101,12 +101,16 @@ function do_activate_header() { function wpmu_activate_stylesheet() { ?>

-

get_error_message() ); ?>

+

get_error_message() ); ?>

Date: Thu, 29 Jan 2026 17:04:09 -0600 Subject: [PATCH 2/2] Update selector and order --- src/wp-activate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-activate.php b/src/wp-activate.php index 8f26e10d25bf3..4631f8f252d50 100644 --- a/src/wp-activate.php +++ b/src/wp-activate.php @@ -104,12 +104,12 @@ function wpmu_activate_stylesheet() { .wp-activate-container { max-width: 1280px; width: 100%; margin: 0 auto; text-align: start; background: #fff; color: #333; padding: 1.5rem; box-sizing: border-box; } .wp-activate-container form { margin: 1.5rem 0; } .wp-activate-container a { color: #2271b1; } + .wp-activate-container p { font-size: 18px; } #submit, #key { font-size: 24px; box-sizing: border-box; } #key { width: 100%; } #submit { width: auto; } #language { margin-top: 0.5em; } .wp-activate-container .error { background: #f86; color: #333; } - #signup-welcome p { font-size: 18px; } span.h3 { font-weight: 600; }