Skip to content

Commit

Permalink
Changed default color
Browse files Browse the repository at this point in the history
  • Loading branch information
DilemmaGX committed Dec 11, 2023
1 parent 9c39a23 commit 46cd42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ function auto() {
var o_md = document.getElementById("o_md");

if (color == "" || color == undefined) {
color = "green";
color = "default";
}
if (logoColor == "" || logoColor == undefined) {
logoColor = "green";
logoColor = "default";
}

o_img.innerHTML = g_html(left, right, color, style, logo, logoColor, link)
Expand Down

0 comments on commit 46cd42c

Please sign in to comment.