Initial commit: Deploy SweetHome project

This commit is contained in:
Rahaf
2026-01-29 19:34:28 +03:00
parent 98680267fc
commit 1b39752c90
10 changed files with 3145 additions and 120 deletions

View File

@ -1,8 +1,8 @@
@import "tailwindcss";
:root {
--background: #ffffff;
--foreground: #171717;
--background: #ede6e6;
--foreground: #156874;
}
@theme inline {
@ -14,8 +14,8 @@
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
--background: #ede6e6;
--foreground: #156874;
}
}