Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -170,11 +170,11 @@ body {
|
|
170 |
|
171 |
textarea {
|
172 |
font-size: 14px;
|
173 |
-
color: #
|
174 |
}
|
175 |
|
176 |
.gr-button {
|
177 |
-
color: #
|
178 |
border: none;
|
179 |
border-radius: 5px;
|
180 |
padding: 10px 20px;
|
@@ -187,19 +187,19 @@ textarea {
|
|
187 |
}
|
188 |
|
189 |
.gr-tab {
|
190 |
-
background-color: rgba(34, 34, 34, 0
|
191 |
border-radius: 8px;
|
192 |
}
|
193 |
|
194 |
h1, h2, h3, h4, h5, h6 {
|
195 |
-
color: #
|
196 |
}
|
197 |
|
198 |
#billing_output {
|
199 |
-
background-color: #
|
200 |
padding: 15px;
|
201 |
border-radius: 5px;
|
202 |
-
color: #
|
203 |
}
|
204 |
"""
|
205 |
|
|
|
170 |
|
171 |
textarea {
|
172 |
font-size: 14px;
|
173 |
+
color: #121111;
|
174 |
}
|
175 |
|
176 |
.gr-button {
|
177 |
+
color: #14d10a;
|
178 |
border: none;
|
179 |
border-radius: 5px;
|
180 |
padding: 10px 20px;
|
|
|
187 |
}
|
188 |
|
189 |
.gr-tab {
|
190 |
+
background-color: rgba(34, 34, 34, 0); /* Fully transparent */
|
191 |
border-radius: 8px;
|
192 |
}
|
193 |
|
194 |
h1, h2, h3, h4, h5, h6 {
|
195 |
+
color: #de14de;
|
196 |
}
|
197 |
|
198 |
#billing_output {
|
199 |
+
background-color: #b0c91e;
|
200 |
padding: 15px;
|
201 |
border-radius: 5px;
|
202 |
+
color: #272dd9;
|
203 |
}
|
204 |
"""
|
205 |
|