edit
This commit is contained in:
parent
28e08ca277
commit
9f3ccb19b6
@ -22,23 +22,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.image-container {
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.image-container::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background-color: #6366F1; /* Indigo-600 color */
|
|
||||||
mix-blend-mode: overlay;
|
|
||||||
opacity: 0.5; /* Adjust opacity as needed */
|
|
||||||
}
|
|
||||||
</style>
|
|
Reference in New Issue
Block a user