Spaces:
Runtime error
Runtime error
Commit
·
74e0834
1
Parent(s):
c363fb3
CSS
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ css = """
|
|
261 |
body {
|
262 |
background-color: #1b1b1b;
|
263 |
font-family: 'Cinzel', serif;
|
264 |
-
color: #
|
265 |
background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
|
266 |
margin: 0;
|
267 |
padding: 0;
|
@@ -320,7 +320,7 @@ body {
|
|
320 |
/* Input and Dropdown styling */
|
321 |
input, select, .gr-input, .gr-slider {
|
322 |
background-color: #302d2b;
|
323 |
-
color: #
|
324 |
border: 2px solid #8b4513;
|
325 |
border-radius: 5px;
|
326 |
padding: 8px 12px;
|
|
|
261 |
body {
|
262 |
background-color: #1b1b1b;
|
263 |
font-family: 'Cinzel', serif;
|
264 |
+
color: #b59e54;
|
265 |
background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
|
266 |
margin: 0;
|
267 |
padding: 0;
|
|
|
320 |
/* Input and Dropdown styling */
|
321 |
input, select, .gr-input, .gr-slider {
|
322 |
background-color: #302d2b;
|
323 |
+
color: #f5f5f5;
|
324 |
border: 2px solid #8b4513;
|
325 |
border-radius: 5px;
|
326 |
padding: 8px 12px;
|