diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index ce053c72e..312c18e6e 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1185,7 +1185,12 @@ html .note-detail-editable-text :not(figure, .include-note):first-child { color: var(--left-pane-icon-color) !important; } +.note-list.grid-view .note-book-card:hover { + background: var(--card-background-color) !important; + filter: contrast(105%); +} + .note-list.grid-view .note-book-card img { object-fit: cover !important; width: 100%; -} \ No newline at end of file +}