Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,13 +21,9 @@ body::before {
|
|
21 |
background-size: cover;
|
22 |
background-repeat: no-repeat;
|
23 |
background-position: center;
|
24 |
-
opacity: 0.
|
25 |
z-index: -1; /* Keep the background behind text */
|
26 |
}
|
27 |
-
|
28 |
-
* {
|
29 |
-
font-size: 1.5em; /* Larger text size */
|
30 |
-
}
|
31 |
"""
|
32 |
|
33 |
|
|
|
21 |
background-size: cover;
|
22 |
background-repeat: no-repeat;
|
23 |
background-position: center;
|
24 |
+
opacity: 0.02; /* Fainter background image */
|
25 |
z-index: -1; /* Keep the background behind text */
|
26 |
}
|
|
|
|
|
|
|
|
|
27 |
"""
|
28 |
|
29 |
|