Skip to content

Commit 57743bc

Browse files
committed
refactoring stations list page
1 parent 3c4536b commit 57743bc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

web/src/components/ConnectorCard.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,22 @@
113113

114114
.stat-label {
115115
font-size: var(--text-2xs);
116-
color: var(--text-secondary);
116+
color: #666;
117117
text-transform: uppercase;
118118
letter-spacing: 0.3px;
119119
}
120120

121121
.stat-value {
122122
font-size: var(--text-sm);
123123
font-weight: var(--font-bold);
124+
color: #111;
125+
}
126+
127+
[data-theme="dark"] .stat-label {
128+
color: var(--text-secondary);
129+
}
130+
131+
[data-theme="dark"] .stat-value {
124132
color: var(--text-primary);
125133
}
126134

0 commit comments

Comments
 (0)