Skip to content

Commit a0a9d91

Browse files
authored
style buttons
1 parent f9fdfa9 commit a0a9d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function originalFunc() {
1616
else {
1717
original.style.display = "unset";
1818
originalHide.innerText = "Hide Original";
19+
originalHide.style.background = "SkyBlue";
1920
}
2021

2122
}

0 commit comments

Comments
 (0)