159
Results
1
comments of
159
@ehlxr I referred to your code, thank you ``` // load utteranc comment let html = document.querySelector('html'); var getTheme = html.dataset['mode']; getTheme = getTheme == null ? 'light' : getTheme;...