mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
Match MCP widget typography to web
This commit is contained in:
parent
1e81a3e27a
commit
2f391cf707
2 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@
|
|||
linear-gradient(180deg, #0b1119 0%, #070b11 100%);
|
||||
color: var(--text-primary);
|
||||
font-family: var(--font-sans);
|
||||
letter-spacing: 0;
|
||||
letter-spacing: -0.01em;
|
||||
line-height: var(--leading-normal);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
|||
|
|
@ -94,8 +94,8 @@
|
|||
--font-bold: 700;
|
||||
|
||||
--leading-tight: 1.25;
|
||||
--leading-normal: 1.5;
|
||||
--leading-relaxed: 1.75;
|
||||
--leading-normal: 1.35;
|
||||
--leading-relaxed: 1.35;
|
||||
|
||||
/* Unified component heights */
|
||||
--height-xs: 28px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue