diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 95084d904..9d9972779 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -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; } \ No newline at end of file