™️

改行しても崩れないテキストマーカー

に公開

CSS

text-decoration: underline;
text-decoration-thickness: 0.5em;
text-decoration-color: rgba(247, 210, 210, 1);
text-underline-offset: -0.2em;
text-decoration-skip-ink: none;

シンプルver

background: linear-gradient(transparent 60%, #色 0%);
display: inline;
padding: 0 1px 0px;

Discussion