wip(share): more styling

This commit is contained in:
Adam 2025-11-24 11:56:00 -06:00
commit acf1dd8500
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
30 changed files with 264 additions and 190 deletions

View file

@ -1,18 +1 @@
@import "@opencode-ai/ui/styles/tailwind";
:root {
--background-rgb: 214, 219, 220;
--foreground-rgb: 0, 0, 0;
}
@media (prefers-color-scheme: dark) {
:root {
--background-rgb: 0, 0, 0;
--foreground-rgb: 255, 255, 255;
}
}
body {
/* background: rgb(var(--background-rgb)); */
/* color: rgb(var(--foreground-rgb)); */
}