Spaces:
Running
Running
play with color
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ css='''
|
|
130 |
<style>
|
131 |
section.main > div {max-width:75rem}
|
132 |
input[type="text"] {
|
133 |
-
background-color:
|
134 |
}
|
135 |
</style>
|
136 |
'''
|
|
|
130 |
<style>
|
131 |
section.main > div {max-width:75rem}
|
132 |
input[type="text"] {
|
133 |
+
background-color: #F2FEEF !important;
|
134 |
}
|
135 |
</style>
|
136 |
'''
|