Use the more commonly defined text-accent variable for filelist border

This commit is contained in:
Ole Eskild Steensen 2022-11-29 16:32:19 +01:00
parent 5403302373
commit 7969dc92e0

View File

@ -219,7 +219,7 @@ ul.task-list {
}
.filelist {
border-left: 1px solid var(--text-mark);
border-left: 1px solid var(--text-accent);
}
.notelink.active-note{