Skip to content

Commit

Permalink
gfhds
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 14, 2024
1 parent e87ae58 commit 7a715f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/components/backgroundBeams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function BackgroundBeamsDemo() {
duration: 0.8,
ease: "easeInOut",
}}
className="bg-secondary justify-center items-center bg-four gap-2 text-sm font-normal border-1 border-pBorder p-2 px-4 md:p-3 md:px-5 rounded-full"
className="bg-secondary justify-center items-center bg-four gap-2 text-sm font-normal border-1 border-pBorder p-2 px-4 md:p-3 md:px-5 rounded-full transition-all hover:px-10 hover:bg-primary hover:text-third hover:pr-2 hover:mr-2 duration-1000 hover:bg-slate-800 hover:text-white "
>

Get started
Expand Down
21 changes: 6 additions & 15 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,12 @@
/* Dark mode variables */
@media (prefers-color-scheme: dark) {
:root {
--color-primary-bg: #0a0a0a;
--color-secondary-bg: #D9D9D9;
--color-third-bg: #FFFFFF;
--color-four-bg: #709b8c;

--color-primary-text: #5e716a;
--color-secondary-text: #709b8c;
--color-third-text: #5e716a;
--color-four-text: #2b312f;

--color-third-border: #e7f5f3;
--color-secondary-border: #abd4c5;
--color-primary-border: #3535359a;
--color-four-border: #b7d2c7;

--color-primary: #262626;
--color-secondary: #FFFFFF;
--color-third: #2cffbf;
--color-four: #4d5150;
--color-five: #79a091;
--color-six: #e6e6e6;
/* --color-primary-bg: #100c13;
--color-secondary-bg: #7e6194;
--color-third-bg: #d6b4ee;
Expand Down

0 comments on commit 7a715f1

Please sign in to comment.