Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,13 +39,13 @@ def get_gita_tech():
|
|
39 |
|
40 |
<style>
|
41 |
.content {{
|
42 |
-
background: rgba(
|
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
|
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;
|