From 92489209c5f2ec461e0a8e081e9f58300f9ec1d6 Mon Sep 17 00:00:00 2001 From: Junior Date: Wed, 9 Apr 2025 13:42:39 -0400 Subject: [PATCH] Make folder font bold (more obvious when searching) --- css/books.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/books.css b/css/books.css index baaf0a6..420fa88 100644 --- a/css/books.css +++ b/css/books.css @@ -68,6 +68,9 @@ a { color: var(--body-bg); background-color: var(--pathnav-hover); } +.folder { + font-weight: bold; +} .target { cursor: pointer; }