Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
f2e4f0c
1
Parent(s):
0e940ee
CSS
Browse files
app.py
CHANGED
|
@@ -251,7 +251,7 @@ css = """
|
|
| 251 |
body {
|
| 252 |
background-color: #1b1b1b;
|
| 253 |
font-family: 'Cinzel', serif;
|
| 254 |
-
color: #
|
| 255 |
background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
|
| 256 |
margin: 0;
|
| 257 |
padding: 0;
|
|
@@ -319,7 +319,7 @@ body {
|
|
| 319 |
/* Input and Dropdown styling */
|
| 320 |
input, select, .gr-input, .gr-slider {
|
| 321 |
background-color: #302d2b;
|
| 322 |
-
color: #
|
| 323 |
border: 2px solid #8b4513;
|
| 324 |
border-radius: 5px;
|
| 325 |
padding: 8px 12px;
|
|
|
|
| 251 |
body {
|
| 252 |
background-color: #1b1b1b;
|
| 253 |
font-family: 'Cinzel', serif;
|
| 254 |
+
color: #f5f5f5;
|
| 255 |
background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
|
| 256 |
margin: 0;
|
| 257 |
padding: 0;
|
|
|
|
| 319 |
/* Input and Dropdown styling */
|
| 320 |
input, select, .gr-input, .gr-slider {
|
| 321 |
background-color: #302d2b;
|
| 322 |
+
color: #b59e54;
|
| 323 |
border: 2px solid #8b4513;
|
| 324 |
border-radius: 5px;
|
| 325 |
padding: 8px 12px;
|