Spaces:
Running
Running
Zamira1235
commited on
Update custom.css
Browse files- custom.css +2 -7
custom.css
CHANGED
@@ -3,16 +3,11 @@ body {
|
|
3 |
}
|
4 |
|
5 |
.gradio-container {
|
6 |
-
background: linear-gradient(to right,
|
7 |
color: gray;
|
8 |
}
|
9 |
|
10 |
.gr-button {
|
11 |
-
background-color: #
|
12 |
color: #ffffff;
|
13 |
-
}
|
14 |
-
|
15 |
-
.gr-textbox {
|
16 |
-
background-color: #f0f0f0;
|
17 |
-
color: #000000;
|
18 |
}
|
|
|
3 |
}
|
4 |
|
5 |
.gradio-container {
|
6 |
+
background: linear-gradient(to right, #a8c0ff, #d9a7c7); /* Soft blue to soft purple gradient */
|
7 |
color: gray;
|
8 |
}
|
9 |
|
10 |
.gr-button {
|
11 |
+
background-color: #8e9eab; /* Soft grayish blue */
|
12 |
color: #ffffff;
|
|
|
|
|
|
|
|
|
|
|
13 |
}
|