diff --git a/Protest/Front/reverseproxy.js b/Protest/Front/reverseproxy.js index 2ba52af7..f639d8fb 100644 --- a/Protest/Front/reverseproxy.js +++ b/Protest/Front/reverseproxy.js @@ -107,6 +107,7 @@ class ReverseProxy extends List { this.disconnectIcon.style.backgroundImage = "url(mono/disconnect.svg?light)"; this.disconnectIcon.style.backgroundSize = "32px 32px"; this.disconnectIcon.style.transition = ".2s"; + this.disconnectIcon.style.mixBlendMode = "hard-light"; graph.appendChild(this.disconnectIcon); this.totalRxLabel = document.createElement("div");