diff --git a/src/app/globals.css b/src/app/globals.css index 492b2ed..59a87f1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,11 +7,10 @@ /* --background: #162b17;; --card: #234126;; --foreground: #f2f2f2;; - --primary-cta: #4CAF50;; - --secondary-cta: #2e7d32;; - --accent: #76ff03;; - --background-accent: #1e3c1f;; */ - + --primary-cta: #9c59d4;; + --secondary-cta: #7e4af4;; + --accent: #d06eb8;; + --background-accent: #442e66;; */ --background: #162b17;; --card: #234126;; --foreground: #f2f2f2;; diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ee1827..da825ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -229,12 +229,6 @@ export default function ITAcademyPage() { useInvertedBackground="invertDefault" /> - -