WordPress Elementor ile Google Maps Karanlık Mod Yapımı
Bu kodu Gelişmiş > Custom CSS altına ekleyin
selector:before{
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #ffffff;
mix-blend-mode: difference;
pointer-events: none;
}
Code language: CSS (css) 
