Master #36

Merged
sasha-astiadi merged 53 commits from master into development 2024-06-21 15:06:32 +00:00
Showing only changes of commit 9f3ccb19b6 - Show all commits

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>