Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,12 +11,19 @@ css = """
|
|
11 |
font-family: 'JetBrains Mono', monospace !important;
|
12 |
}
|
13 |
|
14 |
-
html, body,
|
15 |
font-family: 'JetBrains Mono', monospace !important;
|
16 |
background-color: #111 !important;
|
17 |
color: #e0e0e0 !important;
|
18 |
}
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
.markdown-think {
|
21 |
background-color: #1e1e1e;
|
22 |
border-left: 4px solid #555;
|
|
|
11 |
font-family: 'JetBrains Mono', monospace !important;
|
12 |
}
|
13 |
|
14 |
+
html, body, .gradio-container {
|
15 |
font-family: 'JetBrains Mono', monospace !important;
|
16 |
background-color: #111 !important;
|
17 |
color: #e0e0e0 !important;
|
18 |
}
|
19 |
|
20 |
+
textarea, input, button, select{
|
21 |
+
background-color: transparent !important;
|
22 |
+
color: #e0e0e0 !important;
|
23 |
+
border: 1px solid #444 !important;
|
24 |
+
}
|
25 |
+
|
26 |
+
|
27 |
.markdown-think {
|
28 |
background-color: #1e1e1e;
|
29 |
border-left: 4px solid #555;
|