Skip to content

Commit

Permalink
Quick color fix for Thanksgiving
Browse files Browse the repository at this point in the history
  • Loading branch information
bernep authored Nov 14, 2020
1 parent a5504ce commit d8503f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function toggleTheme(){
else if(themeID == 4){
document.documentElement.className="thanksgiving";
document.getElementsByTagName("h1")[0].style.color = "#FAF16A";
document.getElementsByTagName("footer")[0].style.color = "FAF16A";
document.getElementsByTagName("footer")[0].style.color = "#FAF16A";
}
else if(themeID == 5){
document.documentElement.className="christmas";
Expand Down

0 comments on commit d8503f0

Please sign in to comment.