(ページの作成:「if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.documentElement.style.backgroundColor = '#ffffff'; document.documentElement.style.color = '#000000'; }」) |
(相違点なし)
|
2025年4月26日 (土) 13:58時点における最新版
if (window.matchMedia('(prefers-color-scheme: dark)').matches) { document.documentElement.style.backgroundColor = '#ffffff'; document.documentElement.style.color = '#000000'; }