The overlay is not directly configurable through the options (it inherits the accent color values but its opacity is preset), but it can be customized with CSS:
body .post-thumbnail-container:hover .featured-image-overlay::after {
opacity: 0.95; /* default value */
}
I also want the post images to have no effect and be displayed without filters. Unfortunately, nothing changes on my page with your tips.
What am I doing wrong?