feat(share): SSR'd diffs

This commit is contained in:
Adam
2025-11-25 07:40:11 -06:00
parent 57bd47a446
commit 15facd8cfd
13 changed files with 200 additions and 131 deletions

View File

@@ -76,6 +76,7 @@
.text-12-mono {
font-family: var(--font-family-mono);
font-feature-settings: var(--font-feature-settings-mono);
font-size: var(--font-size-small);
font-style: normal;
font-weight: var(--font-weight-regular);
@@ -103,6 +104,7 @@
.text-14-mono {
font-family: var(--font-family-mono);
font-feature-settings: var(--font-feature-settings-mono);
font-size: var(--font-size-base);
font-style: normal;
font-weight: var(--font-weight-regular);