LoginSignup
0
0

Darkmode.jsでkatexの数式が消える問題

Posted at

問題

Darkmode.jsは便利だが、katexによる数式は考慮されていないためかフォントの色が変わらず暗闇に消えてしまう。

解決方法

CSS style sheet に次を追加して darkmode のときの数式の color を指定すればよい。

.darkmode--activated span.katex {
    color: white;
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0