📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

編集の要約なし
編集の要約なし
22行目: 22行目:
}
}


mi {
/* 数式は黒文字で描画するため、ダークモードを使用している場合、見えにくい可能性がある */
color: #fefefe !important;
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */
background-color:  #2A2A2A !important;
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
font-family: "Latin Modern Math";
    filter: hue-rotate(180deg) invert(1);
    color: #fefefe !important;
    background-color:  #2A2A2A !important;
    font-family: "Latin Modern Math";
}
}