Skip to content

Commit c1f57b2

Browse files
authored
style buttons
1 parent a0a9d91 commit c1f57b2

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
@@ -26,6 +26,7 @@ function compareFunc() {
2626
if (compareHide.innerText === "Hide Compare") {
2727
compare.style.display = "none";
2828
compareHide.innerText = "Show Compare";
29+
compareHide.style.background = "Red";
2930
}
3031

3132
else {

0 commit comments

Comments
 (0)