Skip to content

Commit

Permalink
Reverse proxy, minor
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Sep 23, 2024
1 parent 3aa018a commit 5f66666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Protest/Front/reverseproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5f66666

Please sign in to comment.