Skip to content

Commit

Permalink
now goodnight
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Adam authored and Jack Adam committed May 8, 2020
1 parent 62a7d93 commit 3a642c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ async function color() {
if (h >= 6 && h < 22) { bg = "#FFFFFF"; fg = "#000000"; }
if (h >= 22 || h < 6) { bg = "#000000"; fg = "#FFFFFF"; }

$('body, .index-modal').css("backgroundColor", fg);
$('a, #cBtn').css("color", bg);
$('body, .index-modal').css("backgroundColor", bg);
$('a, #cBtn').css("color", fg);
$('#myBtn').css("color", "#FF6F61");
$('.link').css("color", "#3CB371");
await sleep(60000);
Expand Down

0 comments on commit 3a642c0

Please sign in to comment.