📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし |
編集の要約なし |
||
| 24行目: | 24行目: | ||
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */ | /* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */ | ||
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { | .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { | ||
filter: hue-rotate(180deg) invert(1); | /*filter: hue-rotate(180deg) invert(1);*/ | ||
color: #ff0000 !important; | color: #ff0000 !important; | ||
font-weight: bold; | font-weight: bold; | ||
background-color: # | background-color: #5050FF !important; | ||
border: solid 1px blue; /* 線で囲う */ | border: solid 1px blue; /* 線で囲う */ | ||
font-family: "Latin Modern Math"; | font-family: "Latin Modern Math"; | ||