Update style.css
Browse files
style.css
CHANGED
@@ -18,6 +18,6 @@
|
|
18 |
left: 0;
|
19 |
width: 100%;
|
20 |
height: 100%;
|
21 |
-
background-color: rgba(0, 0, 0, 0.
|
22 |
z-index: -1; /* Place the overlay behind the content */
|
23 |
}
|
|
|
18 |
left: 0;
|
19 |
width: 100%;
|
20 |
height: 100%;
|
21 |
+
background-color: rgba(0, 0, 0, 0.8); /* Black overlay with 50% opacity */
|
22 |
z-index: -1; /* Place the overlay behind the content */
|
23 |
}
|