Black colour

This commit is contained in:
Flatlogic Bot 2026-06-15 16:59:19 +00:00
parent 3df4ca658c
commit ac04cae997
3 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

View File

@ -419,6 +419,14 @@ body.mlms-wax-page .mlms-coach-panel>p,
body.mlms-wax-page .mlms-coach-review li,
body.mlms-wax-page .mlms-proof-head p{color:#D4D4D4!important}
body.mlms-wax-page a:not(.mlms-btn):not(.mlms-header-brand):not(.mlms-footer-brand){color:#FFFFFF!important;text-decoration-color:rgba(255,255,255,.42)!important}
body.mlms-wax-page .mlms-coach-card{
background:#0A0A0A!important;
border-color:rgba(255,255,255,.24)!important;
color:#FFFFFF!important;
box-shadow:0 24px 60px rgba(0,0,0,.62)!important;
}
body.mlms-wax-page .mlms-coach-card .mlms-onboarding-step-label{color:#D4D4D4!important}
body.mlms-wax-page .mlms-card,
body.mlms-wax-page .mlms-feature,
body.mlms-wax-page .mlms-step,
@ -2870,7 +2878,7 @@ add_shortcode('matthew_career_coach', function () {
?>
<div class="mlms-page"><section class="mlms-section"><div class="mlms-shell">
<div class="mlms-section-head"><div><p class="mlms-kicker">Free AI Career Coach</p><h1 class="mlms-h2">Get a calm, practical path into AI-native work.</h1><p class="mlms-section-copy">Upload a resume or describe your current role. The coach identifies skill gaps, recommends next steps, and shows how WAX can turn progress into a visible credential.</p></div><span class="mlms-pill">FREE no course purchase needed</span></div>
<div class="mlms-form-card">
<div class="mlms-form-card mlms-coach-card">
<?php if (is_array($result) && !empty($result['success'])): ?>
<div class="mlms-notice"><strong>Your career coach plan is ready.</strong> Your request was saved for follow-up and the AI-generated guidance is below.</div>
<div class="mlms-ai-output"><?php echo esc_html($result['advice']); ?></div>