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
@@ -95,7 +95,7 @@
font-weight: bold;
color: #333;
margin-bottom: 15px;
border-bottom: 2px solid #007bff;
border-bottom: 2px solid #28a745;
padding-bottom: 5px;
}
@@ -119,7 +119,7 @@
.stat-value {
font-size: 1.4rem;
font-weight: bold;
color: #007bff;
color: #28a745;
margin-bottom: 3px;
}
@@ -169,7 +169,7 @@
}
.type-btn:hover {
border-color: #007bff;
border-color: #28a745;
transform: translateY(-1px);
}
@@ -439,8 +439,8 @@
}
.history-tab.active {
background: #007bff;
border-color: #007bff;
background: #28a745;
border-color: #28a745;
color: white;
}
@@ -524,13 +524,13 @@
}
.view-link {
color: #007bff;
color: #28a745;
font-weight: 600;
transition: color 0.2s ease;
}
.history-table-row:hover .view-link {
color: #0056b3;
color: #1e7e34;
}
.joker-badge {
@@ -568,7 +568,7 @@
.placer-stat-value {
font-size: 1.8rem;
font-weight: 700;
color: #007bff;
color: #28a745;
margin-bottom: 4px;
}