diff options
| author | Jay V <[email protected]> | 2025-08-28 18:13:45 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-28 18:13:51 -0400 |
| commit | f2f4d87cc0d0a0466ce1efdac73c55de5693b483 (patch) | |
| tree | d489ad0630e01ff4711317b24c19a7a10b804f92 /cloud/app/src/style/token | |
| parent | 8a0e773addbbf7408cdfe85247404d1ab4bf6df4 (diff) | |
| download | opencode-f2f4d87cc0d0a0466ce1efdac73c55de5693b483.tar.gz opencode-f2f4d87cc0d0a0466ce1efdac73c55de5693b483.zip | |
ignore: cloud styles
Diffstat (limited to 'cloud/app/src/style/token')
| -rw-r--r-- | cloud/app/src/style/token/color.css | 2 | ||||
| -rw-r--r-- | cloud/app/src/style/token/font.css | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/cloud/app/src/style/token/color.css b/cloud/app/src/style/token/color.css index 35846acd9..675ffdde2 100644 --- a/cloud/app/src/style/token/color.css +++ b/cloud/app/src/style/token/color.css @@ -8,6 +8,7 @@ --color-bg-elevated: #ffffff; --color-text: #1d1d1f; + --color-text-secondary: #424245; --color-text-muted: #6e6e73; --color-text-disabled: #86868b; @@ -52,6 +53,7 @@ --color-bg-elevated: #1c1c1f; --color-text: #ffffff; + --color-text-secondary: #c7c7cc; --color-text-muted: #a1a1a6; --color-text-disabled: #68686f; diff --git a/cloud/app/src/style/token/font.css b/cloud/app/src/style/token/font.css index 1852af5b0..4d20e324c 100644 --- a/cloud/app/src/style/token/font.css +++ b/cloud/app/src/style/token/font.css @@ -13,6 +13,7 @@ body { --font-size-7xl: 4.5rem; --font-size-8xl: 6rem; --font-size-9xl: 8rem; - --font-mono: IBM Plex Mono; - --font-sans: Inter; + + --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --font-sans: var(--font-mono); } |
