Initial commit: Deploy SweetHome project
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user