From 0b140b19b7731cc6b3e45e5770137d1bba320328 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 02:01:51 +0100 Subject: [PATCH] Increase font size for folder item text --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 19998f2..f1720bb 100644 --- a/src/index.css +++ b/src/index.css @@ -313,7 +313,7 @@ body:not([data-theme="light"]) .folder-item { cursor: pointer; padding: 0; margin-left: -4px; - font-size: 1.2rem; + font-size: 1.6rem; } .folder-item__lead {