Unify font-family for form controls in global styles
This commit is contained in:
parent
6f47221ed8
commit
5ac17cd279
@ -13,6 +13,13 @@ body {
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
textarea,
|
||||||
|
select {
|
||||||
|
font-family: "SF Pro Text", "Helvetica Neue", ui-sans-serif, system-ui, -apple-system, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
body[data-theme='dark'] {
|
body[data-theme='dark'] {
|
||||||
background: var(--claude-bg);
|
background: var(--claude-bg);
|
||||||
color: var(--claude-text);
|
color: var(--claude-text);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user