From cb9678c991e6760082f060ef9bb660603fd2d8e3 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Nov 2024 11:26:22 +0200 Subject: [PATCH] style(next): remove shadow for protected notes --- src/public/stylesheets/theme-next.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 3fe77a2be..22c298303 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -772,8 +772,12 @@ html body #left-pane .quick-search:focus-within .search-button:hover, } /* - * Ribbon + * Ribbon & note header */ +.note-title.protected { + text-shadow: unset !important; +} + .ribbon-container { margin-bottom: 0 !important; } @@ -1080,4 +1084,4 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { .note-list-wrapper .note-book-card .bx { color: var(--left-pane-icon-color); font-weight: bold; -} \ No newline at end of file +}