style(next): improve h5 in settings

This commit is contained in:
Elian Doran 2024-11-30 01:43:14 +02:00
parent bb23aeb925
commit f22cdb85a8
No known key found for this signature in database

View File

@ -953,4 +953,15 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
margin-top: calc(-1 * var(--card-padding) - var(--title-font-size) - var(--title-offset)) !important;
margin-bottom: calc(var(--title-offset) + var(--card-padding)) !important;
margin-left: calc(-1 * var(--card-padding));
}
.options-section h5 {
font-size: var(--title-font-size);
font-weight: bold;
margin-top: 1em !important;
margin-bottom: unset !important;
}
.options-section h5:first-of-type {
margin-top: unset !important;
}