feat/lab-terminal-theme #3

Merged
hzhang merged 3 commits from feat/lab-terminal-theme into main 2026-05-17 13:16:40 +00:00
Showing only changes of commit a98badf653 - Show all commits

View File

@@ -50,8 +50,8 @@ body,
html { html {
background-color: hsl(var(--background)); background-color: hsl(var(--background));
/* Slightly larger base so all rem-based UI text scales up a bit. */ /* Larger base so all rem-based UI text scales up. */
font-size: 17px; font-size: 18px;
} }
body { body {