settings
code: style.css
html {
--navbar-bg: rgba(239, 143, 176, 0.8) !important;
}
code: style.css
@media print {
.editor {
font-family: serif;
font-size: 14px;
line-height: 1.75;
}
.line .indent-mark .dot {
right: 8px;
top: 8px;
width: 4px;
height: 4px;
}
.line.line-title, .line strong {
font-family: sans-serif;
font-weight: bold;
}
.line a:is(.page-link) {
color: unset;
font-weight: bold;
text-decoration: none;
}
.line code.helpfeel {
display: none;
}
}