タイトルテキストの変更(Scrapboxのデザインを白くする場合)
タイトルテキストの変更
code:style.css
@media screen {
/* ページタイトルのフォント設定と罫線 */
.app:not(.presentation) .line.line-title .text {
font-size: calc(1.2vw + 2rem); font-weight: 550; margin-bottom: 1.8rem; line-height: 1.2 !important; color: #08131A !important; border-bottom: 1px solid rgba(0,0,0,.2); padding-bottom: 1rem } }
関連