From 0daef2fdc64c4ac29a12792938ddbce03ab920ee Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Mon, 10 Nov 2025 09:50:11 -0800 Subject: [PATCH] feat: increase font size --- src/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/style.css b/src/styles/style.css index 660e5cc..b0df5a5 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -2,7 +2,7 @@ --primary-color: #8F2447; --background-color: #E1F6F9DC; --sl-color-text-accent: #8F2447; - font-size: 18px; + font-size: 18pt; } html[data-theme="dark"] {