sreelekhaputta2 commited on
Commit
dad3f7b
·
verified ·
1 Parent(s): bf2ed00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,13 +39,13 @@ def get_gita_tech():
39
 
40
  <style>
41
  .content {{
42
- background: rgba(20, 15, 35, 0.92);
43
  padding: 20px;
44
  border-radius: 16px;
45
  max-width: 800px;
46
  width: 92%;
47
  margin: 0 auto 30px auto;
48
- box-shadow: 0 0 25px #ab71f7;
49
  color: #ffffff !important;
50
  font-family: 'Segoe UI', sans-serif;
51
  font-size: 1rem;
 
39
 
40
  <style>
41
  .content {{
42
+ background: rgba(80, 60, 120, 0.3); /* ✨ lighter violet */
43
  padding: 20px;
44
  border-radius: 16px;
45
  max-width: 800px;
46
  width: 92%;
47
  margin: 0 auto 30px auto;
48
+ box-shadow: 0 0 30px rgba(200, 150, 255, 0.3); /* ✨ soft glow */
49
  color: #ffffff !important;
50
  font-family: 'Segoe UI', sans-serif;
51
  font-size: 1rem;