apim-lab/_includes/js/custom.js

12 строки
341 B
JavaScript

// window.matchMedia('(prefers-color-scheme: dark)')
// .addEventListener('change', event => {
// if (event.matches) {
// jtd.setTheme('dark');
// } else {
// jtd.setTheme('light');
// }
// });
// if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
// jtd.setTheme('dark');
// }