Bu kadar koda gerek yok hocam. Aşağıda ki kodun css dosyasına eklenmesi yeterli:
html:before {
    content: "";
    position: fixed;
    inset: 0;
    background: white;
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 9999999999;
}