styling update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user