From 063acb677ba6a0d8ec721b3cf377a8932f56ae91 Mon Sep 17 00:00:00 2001 From: Sebastian Sebald Date: Tue, 2 Jul 2024 12:48:43 +0200 Subject: [PATCH] refa: adjust background of tutorials --- public/hideout.svg | 2 +- src/components/Title.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/hideout.svg b/public/hideout.svg index 591c18a..a54e185 100644 --- a/public/hideout.svg +++ b/public/hideout.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 6264763..d7a13ce 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -15,7 +15,7 @@ export const Title = ({ title, caption, image }: TitleProps) => ( className={[ 'relative grid place-items-center', 'bg-[linear-gradient(to_bottom,_var(--tw-gradient-stops)),var(--bg-image)] bg-repeat [background-size:auto,var(--bg-size)]', - 'from-violet-700/15 via-secondary-50 via-70% to-secondary-50', + 'from-primary-800/25 via-secondary-50 via-80% to-secondary-50', ].join(' ')} style={ { @@ -26,7 +26,7 @@ export const Title = ({ title, caption, image }: TitleProps) => ( >
-
+

{title}

{caption}