Skip to content

Commit

Permalink
색 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
blwxnhan committed Feb 25, 2024
1 parent a1803ee commit 29f0629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function clickSidebarButton() {
const elem = document.getElementById("site-sidebar")
if (elem.style.display == "none" || elem.style.display == "") {
elem.style.display = "block";
elem.style.color = "green";
} else {
elem.style.display = "none";
}
Expand Down

0 comments on commit 29f0629

Please sign in to comment.