From f22cdb85a8a9c74f4a94306f95eabe8dd0b65881 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Nov 2024 01:43:14 +0200 Subject: [PATCH] style(next): improve h5 in settings --- src/public/stylesheets/theme-next.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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