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 f9fdfa9 commit a0a9d91Copy full SHA for a0a9d91
script.js
@@ -16,6 +16,7 @@ function originalFunc() {
16
else {
17
original.style.display = "unset";
18
originalHide.innerText = "Hide Original";
19
+ originalHide.style.background = "SkyBlue";
20
}
21
22
0 commit comments