mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
feat(share): SSR'd diffs
This commit is contained in:
parent
57bd47a446
commit
15facd8cfd
13 changed files with 200 additions and 131 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
[data-slot="diff-changes-additions"] {
|
||||
font-family: var(--font-family-mono);
|
||||
font-feature-settings: var(--font-family-mono--font-feature-settings);
|
||||
font-size: var(--font-size-small);
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight-regular);
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
|
||||
[data-slot="diff-changes-deletions"] {
|
||||
font-family: var(--font-family-mono);
|
||||
font-feature-settings: var(--font-family-mono--font-feature-settings);
|
||||
font-size: var(--font-size-small);
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight-regular);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue