Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bcd99dfbc | |||
| a799c5959d | |||
| 976302570b |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Kat - Social Media Marketing", description: "Grow your brand with creative content and modern social media marketing strategy."};
|
title: "Kat - Social Media Marketing", description: "Grow your brand with creative content and modern social media marketing strategy."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -5,20 +5,20 @@
|
|||||||
/* --background: #ffffff;;
|
/* --background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #000000;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #ff5733;;
|
--primary-cta: #85F1FF;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #FFA39F;;
|
||||||
--accent: #85F1FF;;
|
--accent: #FFBB87;;
|
||||||
--background-accent: #FFA39F;; */
|
--background-accent: #FFBB87;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #000000;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #ff5733;;
|
--primary-cta: #85F1FF;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #FFA39F;;
|
||||||
--secondary-cta-text: #0c1325;;
|
--secondary-cta-text: #0c1325;;
|
||||||
--accent: #85F1FF;;
|
--accent: #FFBB87;;
|
||||||
--background-accent: #FFA39F;;
|
--background-accent: #FFBB87;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user