Change font size in index.css to use CSS variable

This commit is contained in:
2026-02-01 04:01:28 +01:00
parent 9f962afcb5
commit f0b7a49611

View File

@@ -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;
}