Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ body::before {
|
|
| 23 |
background-image: url('https://stsci-opo.org/STScI-01J5E849R5W27ZZ2C3QAE9ET75.png');
|
| 24 |
background-size: cover;
|
| 25 |
background-repeat: no-repeat;
|
| 26 |
-
opacity: 0.
|
| 27 |
background-position: center;
|
| 28 |
z-index: -1; /* Keep the background behind text */
|
| 29 |
}
|
|
|
|
| 23 |
background-image: url('https://stsci-opo.org/STScI-01J5E849R5W27ZZ2C3QAE9ET75.png');
|
| 24 |
background-size: cover;
|
| 25 |
background-repeat: no-repeat;
|
| 26 |
+
opacity: 0.35; /* Faint background image */
|
| 27 |
background-position: center;
|
| 28 |
z-index: -1; /* Keep the background behind text */
|
| 29 |
}
|