vn6295337's picture
Initial commit: RAG Document Assistant with Zero-Storage Privacy
f866820
raw
history blame contribute delete
147 Bytes
@import "tailwindcss";
:root {
color-scheme: dark;
}
body {
margin: 0;
min-height: 100vh;
background-color: #0f172a;
color: #e2e8f0;
}