下線記法
UserCSS.icon
Cosenseの下線記法は(なぜか)HTML側に直接スタイリングされているので、それを打ち消す記述をいれる underline
code:style.css
text-decoration: none !important;
}
.line .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);
}