メニューを切り替える
322
304
21.2K
2.9K
✦ ここから世界を、あなた色に染めよう。✦ ― ようこそ、ユーステラへ ―
Toggle preferences menu
個人設定を切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

「MediaWiki:Mobile.js」の版間の差分

MediaWikiインターフェイスページ
(ページの作成:「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';
}