Spaces:
Sleeping
Sleeping
"Removed CSS styles for body, input, and some classes, and updated title style"
Browse files- src/utils.py +1 -10
src/utils.py
CHANGED
@@ -12,21 +12,16 @@ from .config import *
|
|
12 |
|
13 |
css="""
|
14 |
body {
|
15 |
-
background-color: #
|
16 |
color: white !important;
|
17 |
}
|
18 |
|
19 |
-
input, .gr-button, .gr-box {
|
20 |
-
background-color: #2e2e2e !important;
|
21 |
-
color: white !important;
|
22 |
-
}
|
23 |
.container {
|
24 |
max-width: 90%;
|
25 |
}
|
26 |
|
27 |
.title {
|
28 |
color: fff !important;
|
29 |
-
font-family: 'Trebuchet MS';
|
30 |
text-align: center;
|
31 |
padding: 10px 0;
|
32 |
background-color: #1f2121;
|
@@ -40,10 +35,6 @@ css="""
|
|
40 |
border-radius: 5px;
|
41 |
}
|
42 |
|
43 |
-
.image-input, .num-input{
|
44 |
-
backgroud-color: #1f2121 !important;
|
45 |
-
}
|
46 |
-
|
47 |
"""
|
48 |
|
49 |
js = """
|
|
|
12 |
|
13 |
css="""
|
14 |
body {
|
15 |
+
background-color: #141414 !important;
|
16 |
color: white !important;
|
17 |
}
|
18 |
|
|
|
|
|
|
|
|
|
19 |
.container {
|
20 |
max-width: 90%;
|
21 |
}
|
22 |
|
23 |
.title {
|
24 |
color: fff !important;
|
|
|
25 |
text-align: center;
|
26 |
padding: 10px 0;
|
27 |
background-color: #1f2121;
|
|
|
35 |
border-radius: 5px;
|
36 |
}
|
37 |
|
|
|
|
|
|
|
|
|
38 |
"""
|
39 |
|
40 |
js = """
|