settings
強調印字[* ]
歌そのものに使います。
大きな文字にします。
方針変更予定。タイトルを歌そのものにしよう。
code:style.css
.line strong {
/* font-size: x-large; */
}
引用 >
翻訳と読み方に使います。
イタリック体をやめる。
背景色を変える。
枠線を変える。
code:style.css
.line .quote {
font-style: normal;
padding-top: 10pt;
padding-bottom: 10pt;
}