diff --git a/websiteFunctions/templates/websiteFunctions/launchChild.html b/websiteFunctions/templates/websiteFunctions/launchChild.html index c9a7b6457..b516c8ff6 100644 --- a/websiteFunctions/templates/websiteFunctions/launchChild.html +++ b/websiteFunctions/templates/websiteFunctions/launchChild.html @@ -206,15 +206,15 @@ } .btn-primary { - background: var(--bg-gradient); - color: white; + background: var(--bg-gradient, linear-gradient(135deg, #667eea 0%, #764ba2 100%)); + color: #fff !important; box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3); } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4); - color: white; + color: #fff !important; } .btn-preview {