more fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-27 08:56:09 +00:00
parent 034c640601
commit efd7193951
8 changed files with 217 additions and 523 deletions

View File

@@ -240,7 +240,7 @@
text-align: left !important;
background-color: #f8fafc !important; /* Light gray background */
border-bottom: 2px solid #e2e8f0 !important; /* Thicker bottom border */
text-transform: uppercase;
text-transform: capitalize;
letter-spacing: 0.3px;
}
@@ -365,10 +365,10 @@ select.igny8-select-styled option:checked {
}
.igny8-header-metric-label {
font-size: 10px;
font-size: 13px; /* increased from 10px by 25%+ */
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
text-transform: capitalize;
letter-spacing: 0.3px;
color: rgb(100 116 139); /* slate-500 */
}
@@ -377,7 +377,7 @@ select.igny8-select-styled option:checked {
}
.igny8-header-metric-value {
font-size: 14px;
font-size: 16px; /* increased from 14px */
font-weight: 700;
color: rgb(30 41 59); /* slate-800 */
margin-left: 4px;