From f771cabd02f61f596526e228b674a2935a493611 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Tue, 2 Jun 2026 08:23:47 +0530 Subject: [PATCH] feat(ui): Reduce header font size --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0336556..67b2ff5 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ *::selection { background-color: var(--primary-color); - color: var(--text-color); + color: #ffffff; } body { @@ -81,7 +81,7 @@ a:hover { } .title_center { - font-size: 24px; + font-size: 21px; text-align: center; }