K00B404 commited on
Commit
77c3ee2
1 Parent(s): 1ea0b01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,13 +126,13 @@ body {
126
  background-attachment: fixed;
127
  }
128
  #app-container {
129
- background-color: rgba(255, 255, 255, 0.8); /* 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.1);
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;