Skip to content

Commit

Permalink
drop mixBlendMode
Browse files Browse the repository at this point in the history
  • Loading branch information
progapandist committed Jun 11, 2024
1 parent 885741a commit a337460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/controllers/hints_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default class extends Controller {
this.hint.style.bottom = "10px";
this.hint.style.right = "10px";
this.hint.style.fontFamily = "monospace";
this.hint.style.mixBlendMode = "difference"; // For better visibility
this.hint.style.backgroundColor = "rgba(255, 0, 255, 100)"; // Fuchsia with opacity
this.hint.style.color = "white";
this.hint.style.padding = "5px";
Expand Down

0 comments on commit a337460

Please sign in to comment.