зеркало из https://github.com/Azure/apim-lab.git
12 строки
341 B
JavaScript
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');
|
|
// }
|