From 2f9969027ca817ccd6154bac9f190889203a1789 Mon Sep 17 00:00:00 2001 From: Kunthawat Date: Tue, 17 Mar 2026 10:42:20 +0700 Subject: [PATCH] fix: Increase strong font size --- src/styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 03da789..deff3da 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -41,6 +41,11 @@ overflow-x: hidden; } + strong { + font-size: 1.3em; + font-weight: 700; + } + /* Modern scrollbar */ ::-webkit-scrollbar { width: 10px;