Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cacb333e2 | |||
| a5a51d7616 | |||
| d09c033cc4 |
@@ -6,11 +6,11 @@
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #e6b3ff;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #b366ff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #8b5cf6;
|
||||
--background-accent: #6b21a8;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1256,4 +1256,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -342,4 +342,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user