setting:強調下線文字
2021/5/26
[_ ]に設定することにする
他への影響が強すぎるから
デフォルトから外す
つよつよつよつよ
つよつよ
https://gyazo.com/f633e266fa720267d346ad17348ec56e
code:style.css
/* アスタリスク4つの強調文字 */
.line strong.level-4 span.deco-\_ {
font-weight: bold;
line-height: 2;
border-bottom: solid .2rem #ccc; padding: 1.5rem;
}
/* アスタリスク2つの強調文字 */
.line strong.level-2 span.deco-\_ {
font-size: 1.3em;
border-left: solid .5rem Gainsboro;
background: linear-gradient( transparent 90%, MediumAquamarine 0% );
line-height: 1.5;
padding: .8rem;
padding-left: 1rem;
}
/* スマホ表示を調整 */
@media screen and (max-width: 768px) {
.line strong.level-4 span.deco-\_ {
font-size: 130%;
line-height: 1.8;
font-weight: bold;
padding: .7rem;
}
.line strong.level-2 span.deco-\_ {
font-size: 110%;
font-weight: bold;
line-height: 2;
}
.deco-\# {
font-size: 100%;
}
}