fix: darken Coming Soon badge background

This commit is contained in:
2026-01-16 03:37:13 +01:00
parent d428f394c5
commit 410833e91e

View File

@@ -1755,7 +1755,7 @@ input:checked + .toggle-slider::before {
.coming-soon-badge {
display: inline-block;
background: linear-gradient(135deg, #06b6d4, #0891b2);
background: linear-gradient(135deg, #0891b2, #0e7490);
color: white;
font-size: 0.65rem;
font-weight: 600;