Make folder font bold (more obvious when searching)

This commit is contained in:
Junior 2025-04-09 13:42:39 -04:00
parent f5b0b2aab5
commit 92489209c5

View File

@ -68,6 +68,9 @@ a {
color: var(--body-bg); color: var(--body-bg);
background-color: var(--pathnav-hover); background-color: var(--pathnav-hover);
} }
.folder {
font-weight: bold;
}
.target { .target {
cursor: pointer; cursor: pointer;
} }