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
+10 -10
View File
@@ -85,7 +85,7 @@
font-weight: bold;
color: #333;
margin-bottom: 20px;
border-bottom: 3px solid #007bff;
border-bottom: 3px solid #28a745;
padding-bottom: 10px;
}
@@ -110,7 +110,7 @@
.search-box:focus {
outline: none;
border-color: #007bff;
border-color: #28a745;
}
.filter-group {
@@ -140,9 +140,9 @@
}
.filter-btn.active {
background: #007bff;
background: #28a745;
color: white;
border-color: #007bff;
border-color: #28a745;
}
.league-filter-btn {
@@ -159,9 +159,9 @@
}
.league-filter-btn.active {
background: #007bff;
background: #28a745;
color: white;
border-color: #007bff;
border-color: #28a745;
}
.sort-select {
@@ -177,7 +177,7 @@
.sort-select:focus {
outline: none;
border-color: #007bff;
border-color: #28a745;
}
/* List View Table */
@@ -294,7 +294,7 @@
.tournament-name {
font-weight: 600;
color: #007bff;
color: #28a745;
}
.tournament-type {
@@ -339,7 +339,7 @@
}
.view-btn {
background: #007bff;
background: #28a745;
color: white;
border: none;
padding: 6px 16px;
@@ -353,7 +353,7 @@
}
.view-btn:hover {
background: #0056b3;
background: #1e7e34;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}