From c63b1d0d5cf809b43395bd79b415325a74c407a4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Dec 2024 21:31:45 +0200 Subject: [PATCH] style(next): smaller headings in note list --- src/public/stylesheets/theme-next.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index f25738e93..ec4541da3 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1139,17 +1139,17 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { padding-bottom: 0; } -.note-list-wrapper .note-book-card .note-book-header .note-book-content { +.note-list-wrapper .note-book-card .note-book-content { padding: 0 !important; font-size: 0.8rem; } -.note-list-wrapper .note-book-card .note-book-header .note-book-content h1, -.note-list-wrapper .note-book-card .note-book-header .note-book-content h2, -.note-list-wrapper .note-book-card .note-book-header .note-book-content h3, -.note-list-wrapper .note-book-card .note-book-header .note-book-content h4, -.note-list-wrapper .note-book-card .note-book-header .note-book-content h5, -.note-list-wrapper .note-book-card .note-book-header .note-book-content h6 { +.note-list-wrapper .note-book-card .note-book-content h1, +.note-list-wrapper .note-book-card .note-book-content h2, +.note-list-wrapper .note-book-card .note-book-content h3, +.note-list-wrapper .note-book-card .note-book-content h4, +.note-list-wrapper .note-book-card .note-book-content h5, +.note-list-wrapper .note-book-card .note-book-content h6 { font-size: 1rem; color: var(--active-item-text-color); }