ASesYusuf1 commited on
Commit
cd54a15
·
verified ·
1 Parent(s): a4f6734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -225,14 +225,12 @@ body::after {
225
  100% { text-shadow: 0 0 20px rgba(255, 107, 107, 1); }
226
  }
227
  .dubbing-theme {
228
- background: rgba(46, 26, 71, 0.9);
229
- border-radius: 12px;
230
- padding: 1rem;
231
- box-shadow: 0 5px 20px rgba(255, 107, 107, 0.3);
232
  width: 100%;
233
- transition: transform 0.3s ease;
234
  position: relative;
235
  z-index: 10;
 
236
  }
237
  .dubbing-theme:hover {
238
  transform: translateY(-5px);
 
225
  100% { text-shadow: 0 0 20px rgba(255, 107, 107, 1); }
226
  }
227
  .dubbing-theme {
228
+ padding: 1rem; /* Keep padding for spacing */
 
 
 
229
  width: 100%;
230
+ transition: transform 0.3s ease; /* Keep transition for hover effect */
231
  position: relative;
232
  z-index: 10;
233
+ background: transparent; /* Remove background to blend with parent */
234
  }
235
  .dubbing-theme:hover {
236
  transform: translateY(-5px);