remark42 theme mode set based on chirpy theme
This commit is contained in:
parent
748f9ea794
commit
feda9f8675
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user