style(next): use lighter weight for titles

pull/777/head
Elian Doran 2024-12-13 23:46:54 +07:00
parent 74c10dff05
commit 6703fa7a0c
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

@ -80,6 +80,14 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
right: 0.35em;
}
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
font-weight: 300;
}
.ck-content hr {
margin: 5px 0;
height: 1px;