文法エラー・警告をIDE風に表示するUserCSS
usercss.icon by bsahd.icon
code:style.css
span:has(>span.deco-\+.deco-_) {
text-decoration: none !important;
}
text-decoration-line: underline;
text-decoration-color: #f00; text-decoration-style: wavy;
}
text-decoration-line: underline;
text-decoration-color: #fa0; text-decoration-style: wavy;
}
例:こちんには
エラー
警告
settings.icon