Rough out chat

This commit is contained in:
Jon Staab
2024-10-08 11:39:16 -07:00
parent 7ffd02b736
commit 8698dcc359
59 changed files with 833 additions and 437 deletions
+6 -3
View File
@@ -51,11 +51,13 @@
--secondary: oklch(var(--s));
}
.bg-alt, .bg-alt .bg-alt .bg-alt {
.bg-alt,
.bg-alt .bg-alt .bg-alt {
@apply bg-base-100;
}
.bg-alt .bg-alt, .bg-alt .bg-alt .bg-alt .bg-alt {
.bg-alt .bg-alt,
.bg-alt .bg-alt .bg-alt .bg-alt {
@apply bg-base-300;
}
@@ -139,7 +141,8 @@
@apply link-content;
}
.link-content, [tag] {
.link-content,
[tag] {
@apply max-w-full overflow-hidden text-ellipsis whitespace-nowrap rounded bg-neutral px-1 text-neutral-content no-underline;
}