Skip to content

Commit c6c821f

Browse files
committed
change color theme
1 parent 48531e5 commit c6c821f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Sections/Hero/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import { motion } from 'framer-motion';
1010
export default function Hero() {
1111
return (
1212
<section className="pt-4 lg:pt-0 text-white bg-transparent">
13-
<div className="top-0 left-0 absolute w-screen z-[-1] bg-[radial-gradient(ellipse_200%_100%_at_bottom_left,#502250,#000000_100%)] h-hero"></div>
13+
<div className="top-0 left-0 absolute w-screen z-[-1] bg-[radial-gradient(ellipse_200%_100%_at_bottom_left,#054874,#000000_100%)] h-hero"></div>
1414
<div className="py-6 px-8 lg:grid lg:gap-8 lg:grid-cols-12 lg:py-8 lg:h-screen">
1515
<div className="place-self-center col-span-5 lg:col-span-7 h-auto py-8 lg:py-0">
1616
<h1 className="text-left text-gray-200 tracking-normal leading-[1] font-extrabold text-6xl xl:text-8xl lg:max-w-2xl mb-6 m-0">
1717
Like Steroids,
1818
<br /> For{' '}
19-
<span className="bg-[radial-gradient(ellipse_200%_100%_at_top_center,#a31ca5_100%,#ab46af_100%)] text-transparent bg-clip-text">
19+
<span className="bg-[radial-gradient(ellipse_200%_100%_at_top_center,#2f8dbb_100%,#28429f_90%)] text-transparent bg-clip-text">
2020
Crystal PvP.
2121
</span>
2222
</h1>

0 commit comments

Comments
 (0)