style(search): decrease opacity of note path

This commit is contained in:
Elian Doran 2025-10-20 18:59:44 +03:00
parent d90e02d8f4
commit 25e1c45562
No known key found for this signature in database

View File

@ -109,7 +109,7 @@
.note-list.list-view .note-path {
margin-left: 0.5em;
vertical-align: middle;
color: var(--muted-color);
opacity: 0.5;
}
/* #region Grid view */