generated at
✅コードブロックの文字の後ろだけ色が変わっている
コードブロックの文字の後ろだけ色が変わっている

ずっと放置してた
直すのが面倒
気になるけど、見た目だけの問題で操作には支障なかった
PCだと大して目立たない

/villagepump/@takker#6243cff97838e30000fd016fMijinko_SDさんがPRだしてくれた
patch
これを当てると直るとのこと
css
div.line span.code-block .pad:not(.code-block-margin) { background-color: inherit; }
これはtakkerのdark theme CSSの以下の記述を打ち消すもの
style.css
.line span.code-block .pad:not(.code-block-margin) { background-color: rgba(255,255,255,0.05); } .code-block .pad:not(.code-block-margin)::before { color: #c3c3c3; }
これ完全にいらない記述だった。バグじゃん
2022-03-30 13:49:29 修正終了

#2022-03-30 13:46:24