From dfc524b9577029fc81159c24905f48937f2a2b0b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 19 Oct 2025 00:32:48 +0200 Subject: [PATCH] Fix --- web/components/widgets/title.tsx | 2 +- web/styles/globals.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/widgets/title.tsx b/web/components/widgets/title.tsx index e76e5416..60580870 100644 --- a/web/components/widgets/title.tsx +++ b/web/components/widgets/title.tsx @@ -6,7 +6,7 @@ export function Title(props: { className?: string; children?: ReactNode }) { return (

diff --git a/web/styles/globals.css b/web/styles/globals.css index b569a537..0e560f51 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -201,7 +201,7 @@ --color-primary-950: 255 255 255; --color-primary-900: 255 255 255; --color-primary-800: 170 220 250; - --color-primary-700: 255 255 255; + --color-primary-700: 150 200 250; --color-primary-600: 150 200 250; --color-primary-500: 59 130 246; /* standard blue */ --color-primary-400: 37 99 235;