Skip to content

Commit

Permalink
Update waline.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusk08 committed May 18, 2024
1 parent 39a8fd2 commit 358170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/comments/waline.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
document.addEventListener('DOMContentLoaded', () => {
const setColors = (theme) => {
const activeColor = theme === 'dark' ? '#fd7e14' : '#0d6efd';
const themeColor = theme === 'dark' ? '#fd7e14' : '#0d6efd';
const themeColor = theme === 'dark' ? '#d28445' : '#0550ae';
document.documentElement.style.setProperty('--waline-active-color', activeColor);
document.documentElement.style.setProperty('--waline-theme-color', themeColor);
};
Expand Down

0 comments on commit 358170e

Please sign in to comment.