Change font family to inherit in index.css

This commit is contained in:
2026-02-01 04:09:42 +01:00
parent 27ca21094d
commit 18945e578e

View File

@@ -609,7 +609,7 @@ body:not([data-theme="light"]) .folder-item {
height: 100%;
background: transparent;
color: var(--ink);
font-family: "SF Mono", "Menlo", "Consolas", monospace;
font-family: inherit;
font-size: var(--base-font-size);
line-height: 1.5;
}