Minor style update
Browse files- style_20250128.css +2 -1
style_20250128.css
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
background-color: rgba(242, 218, 163, 0.62);
|
21 |
}
|
22 |
|
23 |
-
.dark .gradio-container.gradio-container-5-
|
24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
25 |
}
|
26 |
|
@@ -51,6 +51,7 @@ a {
|
|
51 |
|
52 |
#btn-generate {
|
53 |
background-image: linear-gradient(to right bottom, rgb(157, 255, 157), rgb(229, 255, 235));
|
|
|
54 |
}
|
55 |
|
56 |
#btn-generate:hover {
|
|
|
20 |
background-color: rgba(242, 218, 163, 0.62);
|
21 |
}
|
22 |
|
23 |
+
.dark .gradio-container.gradio-container-5-17-1 .contain .intro .prose {
|
24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
25 |
}
|
26 |
|
|
|
51 |
|
52 |
#btn-generate {
|
53 |
background-image: linear-gradient(to right bottom, rgb(157, 255, 157), rgb(229, 255, 235));
|
54 |
+
color: var(--block-background-fill);
|
55 |
}
|
56 |
|
57 |
#btn-generate:hover {
|