Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,10 @@ footer {visibility: hidden !important;}
|
|
54 |
--block-background-fill: #202020 !important;
|
55 |
--body-background-fill: #000000 !important;
|
56 |
--input-background-fill: #151515 !important;
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
|
59 |
.primary {
|
@@ -72,14 +76,15 @@ footer {visibility: hidden !important;}
|
|
72 |
color: #000 !important;
|
73 |
}
|
74 |
div.svelte-19hvt5v {
|
75 |
-
border:
|
76 |
background: #101010;
|
77 |
}
|
78 |
.selected.svelte-1uw5tnk {
|
79 |
border-color: #510067 !important;
|
|
|
80 |
}
|
81 |
.tab-nav.svelte-1uw5tnk {
|
82 |
-
border-bottom:
|
83 |
}
|
84 |
"""
|
85 |
|
|
|
54 |
--block-background-fill: #202020 !important;
|
55 |
--body-background-fill: #000000 !important;
|
56 |
--input-background-fill: #151515 !important;
|
57 |
+
--input-radius: 14px !important;
|
58 |
+
--checkbox-label-border-width: 0px !important;
|
59 |
+
--block-label-border-width: 0px !important;
|
60 |
+
--input-border-width: 0px !important;
|
61 |
}
|
62 |
|
63 |
.primary {
|
|
|
76 |
color: #000 !important;
|
77 |
}
|
78 |
div.svelte-19hvt5v {
|
79 |
+
border: 0px solid #510067 !important;
|
80 |
background: #101010;
|
81 |
}
|
82 |
.selected.svelte-1uw5tnk {
|
83 |
border-color: #510067 !important;
|
84 |
+
border-width: 0px !important;
|
85 |
}
|
86 |
.tab-nav.svelte-1uw5tnk {
|
87 |
+
border-bottom: 0px solid #510067 !important;
|
88 |
}
|
89 |
"""
|
90 |
|