From fd1f3ff7bc524f51489b9a3c3da02f4103d03d12 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 12 Nov 2025 20:11:52 -0800 Subject: [PATCH] feat: revert font size change --- src/styles/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/style.css b/src/styles/style.css index b0df5a5..66faae9 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -2,7 +2,6 @@ --primary-color: #8F2447; --background-color: #E1F6F9DC; --sl-color-text-accent: #8F2447; - font-size: 18pt; } html[data-theme="dark"] {