Skip to content

Commit 52c1648

Browse files
claudeleptos-null
authored andcommitted
[site] Improve label contrast and remove uppercase styling
1 parent 266d603 commit 52c1648

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

site/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
--border: #3b4261;
1414
--text: #c0caf5;
1515
--muted: #565f89;
16+
--label: #7982b0;
1617
--accent: #7aa2f7;
1718

1819
--json-string: #9ece6a;
@@ -93,11 +94,9 @@ body {
9394

9495
.input-group label {
9596
padding: 8px 14px;
96-
font-size: 11px;
97+
font-size: 12px;
9798
font-weight: 600;
98-
letter-spacing: 0.07em;
99-
text-transform: uppercase;
100-
color: var(--muted);
99+
color: var(--label);
101100
border-bottom: 1px solid var(--border);
102101
background: var(--surface2);
103102
flex-shrink: 0;
@@ -144,7 +143,7 @@ body {
144143
font-weight: 600;
145144
letter-spacing: 0.07em;
146145
text-transform: uppercase;
147-
color: var(--muted);
146+
color: var(--label);
148147
white-space: nowrap;
149148
}
150149

0 commit comments

Comments
 (0)