インラインコードを色付けしない
from /forum-jp/インラインのコード記法は色をつけないで欲しい
code:style.css
code.code span {
color: inherit !important;
}