feature: file uploads and audio embedding

This commit is contained in:
Andy Burke 2025-08-20 11:48:16 -07:00
parent 2224e1abe0
commit 4c0a8bb700
7 changed files with 105 additions and 22 deletions

View file

@ -7,6 +7,7 @@
--border-normal: #888;
--border-highlight: #bbb;
--icon-scale: 1.25;
--border-radius: 4px;
}
@media (prefers-color-scheme: light) {
@ -184,7 +185,7 @@ button {
color: inherit;
padding: 0.5rem;
border: 1px solid var(--text);
border-radius: 4px;
border-radius: var(--border-radius);
cursor: pointer;
}