編集の要約なし |
編集の要約なし |
||
| 25行目: | 25行目: | ||
/* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */ | /* この時、CSSを以下に示すように記述することにより、数式画像の明るさを反転させることができる */ | ||
.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { | .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { | ||
background-color: #303030 !important; | |||
filter: hue-rotate(180deg) invert(1); | filter: hue-rotate(180deg) invert(1); | ||
font-family: "Latin Modern Math"; | font-family: "Latin Modern Math"; | ||
} | } | ||