Skip to content

Use background-color transparency instead of opacity property

codecraft requested to merge fix-transparent-hero-images into master

Fix the problem that images in a transparent hero section are transparent as well by adjusting the background-color property of the section to be a white with 60% opacity instead of the whole container having a 60% opacity

Merge request reports