diff --git a/samples/stable-diffusion/webui/app/globals.css b/samples/stable-diffusion/webui/app/globals.css index 991623f..4fec6f7 100644 --- a/samples/stable-diffusion/webui/app/globals.css +++ b/samples/stable-diffusion/webui/app/globals.css @@ -3,21 +3,11 @@ @tailwind utilities; :root { - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; - --scrollbar: #888; - --scrollbar-hover: #999; -} - -@media (prefers-color-scheme: dark) { - :root { - --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; - --scrollbar: #444; - --scrollbar-hover: #555; - } + --foreground-rgb: 255, 255, 255; + --background-start-rgb: 0, 0, 0; + --background-end-rgb: 0, 0, 0; + --scrollbar: #444; + --scrollbar-hover: #555; } body { diff --git a/samples/stable-diffusion/webui/app/page.tsx b/samples/stable-diffusion/webui/app/page.tsx index c33baf5..0dee778 100644 --- a/samples/stable-diffusion/webui/app/page.tsx +++ b/samples/stable-diffusion/webui/app/page.tsx @@ -11,7 +11,7 @@ const Home = async () => {
-
+
{
-
+
Kedify Logo small = ({ sendToQ }) => {
Prompt:
- setPrompt(e.target.value)}> - +