From a19a5b4f2e8c8e3c9ec345f923c6b19dc6a9d43e Mon Sep 17 00:00:00 2001 From: Egor Kloos Date: Tue, 9 Jan 2024 13:31:48 +0100 Subject: [PATCH] larger font-size for main on the theme --- theme/openprops/system-open-props.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/openprops/system-open-props.css b/theme/openprops/system-open-props.css index a255a9e..01d39ff 100644 --- a/theme/openprops/system-open-props.css +++ b/theme/openprops/system-open-props.css @@ -6,6 +6,11 @@ --system-font-family-body: var(--font-sans); --system-font-family-code: var(--font-mono); + --system-font-size: 125%; + --system-line-height: 1.6; + --system-line-height-compact: 1.2; + --system-line-height-display: 1.1; + --system-accent-color: color-mix(in oklab, var(--blue-7) var(--system-cs-state), var(--blue-6)); --system-accent-color-text: var(--system-canvas-text); --system-active-text: color-mix(in oklab, var(--red-4) var(--system-cs-state), var(--red-7)); @@ -34,6 +39,6 @@ --system-interactive-color: var(--system-accent-color); --system-canvas-text-inverted: var(--system-canvas); - --system-dimension-content-width: 80ch; + /* --system-dimension-content-width: 80ch; */ } }