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
+5 -5
View File
@@ -80,8 +80,8 @@
.round-nav-btn:hover {
background: #e9ecef;
border-color: #007bff;
color: #007bff;
border-color: #28a745;
color: #28a745;
}
.round-nav-btn:disabled {
@@ -93,7 +93,7 @@
.current-round-display {
font-size: 1rem;
font-weight: bold;
color: #007bff;
color: #28a745;
margin: 0 15px;
min-width: 140px;
text-align: center;
@@ -122,7 +122,7 @@
}
.round-row.current {
border-left: 4px solid #007bff;
border-left: 4px solid #28a745;
box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25);
}
@@ -171,7 +171,7 @@
}
.current-badge {
background: #007bff;
background: #28a745;
color: white;
}