settings
code:style.css
.title, .text, .description {
font-family: 'M PLUS 1p', sans-serif;
}
.navbar {
}
.new-button .horizontal-line, .new-button .vertical-line {
}
/** strong **/
.strong {
display: block;
font-size: 1.2em;
padding-bottom: 0.5rem;
}
strong.level-1 .deco-\* {
font-weight: 700;
}
strong.level-2 .deco-\* {
font-weight: 500;
}
.quote {
font-style: italic;
}
strong
strong level-1
strong level-2
strong level-3
strong level-4
strong level-5
Normal Text
strong
italic
quote
Disable random jump button
code:style.css
.tool-btn.random-jump-button {
display: none;
}
.page-menu {
display: flex;
flex-direction: column;
}