Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b3fad341b | |||
| d8f8987f9a | |||
| a2ef5973c5 | |||
| 63072a2eaf |
@@ -6,19 +6,19 @@
|
|||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #250c0d;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #b82b40;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #b90941;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #e8a8b6;; */
|
--background-accent: #e8daa8;; */
|
||||||
|
|
||||||
--background: #f7f6f7;;
|
--background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #250c0d;;
|
--foreground: #251a0c;;
|
||||||
--primary-cta: #b82b40;;
|
--primary-cta: #f4c408;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #b90941;;
|
--accent: #f4ca26;;
|
||||||
--background-accent: #e8a8b6;;
|
--background-accent: #e8daa8;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -188,4 +188,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user