feat(official-tournaments): update secondary button color in top actions
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 55s

This commit is contained in:
Torsten Schulz (local)
2026-09-09 13:47:58 +02:00
parent 27b149eb7f
commit 1a89b3255f

View File

@@ -2309,6 +2309,7 @@ th, td { border-bottom: 1px solid var(--border-color); padding: 0.5rem; text-ali
.official-tournaments .btn-primary,
.official-tournaments .btn-register,
.official-tournaments .btn-participate { color: #fff !important; }
.official-tournaments .top-actions .btn-secondary { color: #fff !important; }
.official-tournaments .btn-secondary { color: #222; }
.official-tournaments .btn-primary:disabled,
.official-tournaments .btn-secondary:disabled { opacity: .6; }