style(next): use lighter weight for titles

This commit is contained in:
Elian Doran 2024-12-13 23:46:54 +02:00
parent 74c10dff05
commit 6703fa7a0c
No known key found for this signature in database

View File

@ -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;