We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266d603 commit 52c1648Copy full SHA for 52c1648
1 file changed
site/style.css
@@ -13,6 +13,7 @@
13
--border: #3b4261;
14
--text: #c0caf5;
15
--muted: #565f89;
16
+ --label: #7982b0;
17
--accent: #7aa2f7;
18
19
--json-string: #9ece6a;
@@ -93,11 +94,9 @@ body {
93
94
95
.input-group label {
96
padding: 8px 14px;
- font-size: 11px;
97
+ font-size: 12px;
98
font-weight: 600;
- letter-spacing: 0.07em;
99
- text-transform: uppercase;
100
- color: var(--muted);
+ color: var(--label);
101
border-bottom: 1px solid var(--border);
102
background: var(--surface2);
103
flex-shrink: 0;
@@ -144,7 +143,7 @@ body {
144
143
145
letter-spacing: 0.07em;
146
text-transform: uppercase;
147
148
white-space: nowrap;
149
}
150
0 commit comments