Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -126,13 +126,13 @@ body {
|
|
126 |
background-attachment: fixed;
|
127 |
}
|
128 |
#app-container {
|
129 |
-
background-color: rgba(
|
130 |
max-width: 600px;
|
131 |
margin-left: auto;
|
132 |
margin-right: auto;
|
133 |
padding: 20px;
|
134 |
border-radius: 10px;
|
135 |
-
box-shadow: 0 0 10px rgba(0,0,0,0.
|
136 |
}
|
137 |
#title-container {
|
138 |
display: flex;
|
|
|
126 |
background-attachment: fixed;
|
127 |
}
|
128 |
#app-container {
|
129 |
+
background-color: rgba(0, 0, 0, 0.001); /* semi-transparent white */
|
130 |
max-width: 600px;
|
131 |
margin-left: auto;
|
132 |
margin-right: auto;
|
133 |
padding: 20px;
|
134 |
border-radius: 10px;
|
135 |
+
box-shadow: 0 0 10px rgba(0,0,0,0.001);
|
136 |
}
|
137 |
#title-container {
|
138 |
display: flex;
|