From f0b7a49611a06446097b86515053e3c1931f352a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 04:01:28 +0100 Subject: [PATCH] Change font size in index.css to use CSS variable --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index df7863f..1e91648 100644 --- a/src/index.css +++ b/src/index.css @@ -639,7 +639,7 @@ body:not([data-theme="light"]) .folder-item { background: transparent; color: var(--ink); font-family: "SF Mono", "Menlo", "Consolas", monospace; - font-size: 0.95rem; + font-size: var(--base-font-size); line-height: 1.5; }