sultan-hassan commited on
Commit
f0331e3
·
verified ·
1 Parent(s): 01e87d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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.05; /* Fainter background image */
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