Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ef3c2ef0f | |||
| 4f56070dbe | |||
| bf06d5d28b | |||
| 5caa6b6be0 |
@@ -1402,4 +1402,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -243,4 +243,4 @@ export default function TechHubClubPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f514c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #159c49;;
|
||||
--background-accent: #a8e8ba;; */
|
||||
/* --background: #020617;;
|
||||
--card: #0f172a;;
|
||||
--foreground: #e2e8f0;;
|
||||
--primary-cta: #2d30f3;;
|
||||
--secondary-cta: #041633;;
|
||||
--accent: #1d4ed8;;
|
||||
--background-accent: #1d4ed8;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f514c;;
|
||||
--background: #020617;;
|
||||
--card: #0f172a;;
|
||||
--foreground: #e2e8f0;;
|
||||
--primary-cta: #2d30f3;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #041633;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #159c49;;
|
||||
--background-accent: #a8e8ba;;
|
||||
--accent: #1d4ed8;;
|
||||
--background-accent: #1d4ed8;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user