Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Apr 7, 2023
1 parent f97b4f1 commit 814a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
document.documentElement.style.setProperty('--cover-button-primary-background', '#0374B5');
document.documentElement.style.setProperty('--cover-button-primary-border', '1px solid ' + '#0374B5');
// document.documentElement.style.setProperty('--cover-button-color', '#0374B5');
// document.documentElement.style.setProperty('--cover-button-border', '1px solid ' + '#0374B5');
document.documentElement.style.setProperty('--cover-button-border', '1px solid ' + '#0374B5');
}
coverpagecolor = getURLParameterByName('coverpage-color', null, null, window.location.href, true);
if (!(coverpagecolor === false)) {
Expand Down

0 comments on commit 814a46f

Please sign in to comment.