From 522332852602e4384d60f2d99fec32d8ef2aa0ee Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 03:14:57 +0000 Subject: [PATCH] Bob AI: Update heading styles globally and fix text cut-off in Why C --- src/index.css | 6 ++++++ src/pages/HomePage/sections/WhyChoose.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 4e3100b..f0890bc 100644 --- a/src/index.css +++ b/src/index.css @@ -3,6 +3,12 @@ @import "./styles/masks.css"; @import "./styles/animations.css"; +h1, h2, h3, h4, h5, h6 { + font-weight: 800 !important; + color: #FFFFFF !important; + letter-spacing: 0.025em !important; +} + :root { /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0F172A; diff --git a/src/pages/HomePage/sections/WhyChoose.tsx b/src/pages/HomePage/sections/WhyChoose.tsx index 3a90805..83290ba 100644 --- a/src/pages/HomePage/sections/WhyChoose.tsx +++ b/src/pages/HomePage/sections/WhyChoose.tsx @@ -80,7 +80,7 @@ const WhyChooseInline = () => ( >
{metric.value} -- 2.49.1