下線記法
UserCSS.icon
Cosenseの下線記法は(なぜか)HTML側に直接スタイリングされているので、それを打ち消す記述をいれる code:style.css
.line strike {
text-decoration: none !important;
}
underline
code:style.css
.line .deco-\_:not(.deco-\') {
text-decoration: 1.5px underline solid var(--page-text-color, #444); }
波線・赤
code:style.css
text-decoration: 1.5px underline wavy light-dark(crimson, lightcoral);
}