This commit is contained in:
usmannasir
2025-08-05 02:28:40 +05:00
parent 6f8ddf05b3
commit ab6a9403cc
5 changed files with 120 additions and 125 deletions

View File

@@ -105,7 +105,7 @@
.page-header p {
font-size: 15px;
color: #64748b;
color: var(--text-secondary);
margin: 0;
}
@@ -175,7 +175,7 @@
display: flex;
align-items: center;
justify-content: center;
background: #f8f9ff;
background: var(--bg-secondary);
border-radius: 16px;
padding: 15px;
}
@@ -241,7 +241,7 @@
.service-stats p {
font-size: 14px;
color: #64748b;
color: var(--text-secondary);
margin: 0;
}
@@ -366,7 +366,7 @@
/* System Overview */
.system-overview {
background: #f8f9ff;
background: var(--bg-secondary);
border-radius: 12px;
padding: 20px;
margin-bottom: 20px;
@@ -381,7 +381,7 @@
.overview-label {
font-size: 13px;
color: #64748b;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 5px;