Merge pull request #1207 from basecamp/misc-tweaks

Misc tweaks
This commit is contained in:
Andy Smith
2025-10-01 13:45:00 -05:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -178,11 +178,12 @@
border: 1px solid var(--color-ink-lighter);
border-radius: 0.3em;
color: var(--color-ink);
font-family: var(--font-mono);
font-family: var(--font-base);
font-size: var(--text-x-small);
font-weight: 500;
inset-inline-end: 0;
line-height: inherit;
margin: 0.3em 0.3em 0 -0.3em;
margin: 0.3em 0.3em 0 0;
padding: 0.5em 1.8em 0.5em 1.2em;
text-align: start;
+1 -1
View File
@@ -178,7 +178,7 @@
}
.attachment__caption {
color: var(--color-ink-dark);
color: color-mix(in oklch, var(--color-ink) 66%, transparent);
font-size: var(--text-small);
.input {