SenY commited on
Commit
1b58604
·
1 Parent(s): dab1f79

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -640,7 +640,7 @@
640
  if (this.classList.contains("opacity-50")) {
641
  document.getElementById("text-shadow").textContent = "";
642
  } else {
643
- document.getElementById("text-shadow").textContent = '.watermark #mainMassage input, .shadow-text {text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);}';
644
  }
645
  });
646
  document.getElementById("textShadowToggleB").addEventListener("click", function () {
@@ -650,7 +650,7 @@
650
  if (this.classList.contains("opacity-50")) {
651
  document.getElementById("text-shadow").textContent = "";
652
  } else {
653
- document.getElementById("text-shadow").textContent = '.watermark #mainMassage input, .shadow-text {-webkit-text-stroke: ' + strokeSize + 'px black;paint-order: stroke fill;}';
654
  }
655
  });
656
  document.getElementById("userInterfaceToggle").addEventListener("click", function () {
 
640
  if (this.classList.contains("opacity-50")) {
641
  document.getElementById("text-shadow").textContent = "";
642
  } else {
643
+ document.getElementById("text-shadow").textContent = '.watermark, #mainMassage input, .shadow-text {text-shadow: 1px -0px 0 rgba(0, 0, 0, 0.8), 1px 0px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);}';
644
  }
645
  });
646
  document.getElementById("textShadowToggleB").addEventListener("click", function () {
 
650
  if (this.classList.contains("opacity-50")) {
651
  document.getElementById("text-shadow").textContent = "";
652
  } else {
653
+ document.getElementById("text-shadow").textContent = '.watermark, #mainMassage input, .shadow-text {-webkit-text-stroke: ' + strokeSize + 'px black;paint-order: stroke fill;}';
654
  }
655
  });
656
  document.getElementById("userInterfaceToggle").addEventListener("click", function () {