Start work on a custom chat message implementation

This commit is contained in:
Oliver-Akins 2025-01-05 20:48:37 -07:00
parent 56fe115407
commit a09cec7e5f
5 changed files with 39 additions and 1 deletions

View file

@ -7,6 +7,9 @@
--base-text: white;
--base-background: black;
--title-text: white;
--title-background: var(--accent-3);
--section-header-text: white;
--section-header-background: var(--accent-1);