This commit is contained in:
sasha-astiadi 2024-06-21 14:09:39 +02:00
parent 28e08ca277
commit 9f3ccb19b6

View File

@ -22,23 +22,3 @@
</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>