Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8dee34bcf | |||
| 5a1a001865 | |||
| d43cb3971b | |||
| adf638a219 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #000000;;
|
/* --background: #010912;;
|
||||||
--card: #1a1a1a;;
|
--card: #152840;;
|
||||||
--foreground: #fde047;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #fde047;;
|
--primary-cta: #cee7ff;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #737373;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #737373;; */
|
--background-accent: #004a93;; */
|
||||||
|
|
||||||
--background: #000000;;
|
--background: #010912;;
|
||||||
--card: #1a1a1a;;
|
--card: #152840;;
|
||||||
--foreground: #fde047;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #fde047;;
|
--primary-cta: #cee7ff;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #737373;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #737373;;
|
--background-accent: #004a93;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -1252,4 +1252,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -232,4 +232,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user