From 4bafc452bc003e4a81fc62f77b3266b880ada00c Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Mon, 25 May 2026 21:08:29 +0800 Subject: [PATCH] Update Beta Label Colors --- resources/backend/css/settings.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/resources/backend/css/settings.css b/resources/backend/css/settings.css index a371a49b3..295ba1ba1 100644 --- a/resources/backend/css/settings.css +++ b/resources/backend/css/settings.css @@ -167,24 +167,25 @@ body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-mo * Beta Label */ body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label { - background-color: #f0fff3; + background-color: #f3e3f9; border-radius: 9999px; - color: #4ec776; + color: #4a265a; margin: 0 0 0 12px; - padding: 1px 8px; - font-weight: 400; + padding: 3px 8px; + font-weight: 600; font-size: 12px; } body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label { display: inline-block; - background-color: #f0fff3; + background-color: #f3e3f9; border-radius: 9999px; - color: #4ec776; + color: #4a265a; border-width: 1px; - margin: 7px 0 0 12px; - padding: 1px 8px; + margin: 4px 0 0 12px; + padding: 4px 8px; vertical-align: top; + font-weight: 600; font-size: 12px; }