remark42 theme mode set based on chirpy theme

This commit is contained in:
Bangara Raju Kottedi 2023-07-23 04:14:56 +05:30
parent 748f9ea794
commit feda9f8675

View File

@ -6,7 +6,7 @@
max_shown_comments: 10,
// theme: 'light',
theme: document.documentElement.hasAttribute("data-mode")? "light": "dark",
theme: document.documentElement.hasAttribute("data-mode")? "dark": "light",
locale: 'en',
show_email_subscription: false