We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a9d91 commit c1f57b2Copy full SHA for c1f57b2
script.js
@@ -26,6 +26,7 @@ function compareFunc() {
26
if (compareHide.innerText === "Hide Compare") {
27
compare.style.display = "none";
28
compareHide.innerText = "Show Compare";
29
+ compareHide.style.background = "Red";
30
}
31
32
else {
0 commit comments