styling update

This commit is contained in:
2025-11-12 17:49:56 +01:00
parent 64254454a4
commit 43a9b63c95
14 changed files with 150 additions and 128 deletions
+8 -8
View File
@@ -75,20 +75,20 @@
.nav-btn:hover {
background: #e9ecef;
border-color: #007bff;
border-color: #28a745;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
transform: translateY(-1px);
color: #007bff;
color: #28a745;
}
.nav-btn.primary {
background: #007bff;
border-color: #0056b3;
background: #28a745;
border-color: #1e7e34;
color: white;
}
.nav-btn.primary:hover {
background: #0056b3;
background: #1e7e34;
color: white;
}
@@ -313,7 +313,7 @@
}
.participant-id {
background: #007bff;
background: #28a745;
color: white;
padding: 3px 10px;
border-radius: 12px;
@@ -492,7 +492,7 @@
}
.player-id {
background: #007bff;
background: #28a745;
color: white;
padding: 2px 5px;
border-radius: 5px;
@@ -635,7 +635,7 @@
.stat-value {
font-weight: 600;
color: #007bff;
color: #28a745;
}
/* Mobile responsive */