typescript
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
--surface-ink-soft: color-mix(in oklch, var(--fg) 8%, transparent);
|
||||
|
||||
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
font-size: 15px;
|
||||
font-size: clamp(13px, 0.5vw + 12px, 15px);
|
||||
--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
|
||||
|
||||
--detail-panel-width: calc(100vw / 3);
|
||||
|
||||
Reference in New Issue
Block a user