Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,6 +224,11 @@ css = """
|
|
224 |
background-attachment: fixed;
|
225 |
color:#000;
|
226 |
}
|
|
|
|
|
|
|
|
|
|
|
227 |
.gradio-container-4-41-0 .prose :last-child {
|
228 |
margin-top: 8px !important;
|
229 |
}
|
@@ -231,9 +236,10 @@ css = """
|
|
231 |
margin-bottom: -7px !important;
|
232 |
}
|
233 |
.dark {
|
234 |
-
button-primary-background-fill: #
|
235 |
-
button-primary-background-fill-hover: #
|
236 |
-
background-fill-primary: #000;
|
|
|
237 |
}
|
238 |
.hide-container {
|
239 |
margin-top;-2px;
|
|
|
224 |
background-attachment: fixed;
|
225 |
color:#000;
|
226 |
}
|
227 |
+
.dark\:bg-gray-950:is(.dark *) {
|
228 |
+
--tw-bg-opacity: 1;
|
229 |
+
background-color: rgb(157, 17, 142);
|
230 |
+
}
|
231 |
+
|
232 |
.gradio-container-4-41-0 .prose :last-child {
|
233 |
margin-top: 8px !important;
|
234 |
}
|
|
|
236 |
margin-bottom: -7px !important;
|
237 |
}
|
238 |
.dark {
|
239 |
+
--button-primary-background-fill: #09e60d70;
|
240 |
+
--button-primary-background-fill-hover: #00000070;
|
241 |
+
--background-fill-primary: #000;
|
242 |
+
--background-fill-secondary: #000;
|
243 |
}
|
244 |
.hide-container {
|
245 |
margin-top;-2px;
|