diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cfff186..ff3f90c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); 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({ children, diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7245295..d4e353e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #ffffff;; --card: #f9f9f9;; --foreground: #000000;; - --primary-cta: #ff5733;; - --secondary-cta: #f9f9f9;; - --accent: #85F1FF;; - --background-accent: #FFA39F;; */ + --primary-cta: #85F1FF;; + --secondary-cta: #FFA39F;; + --accent: #FFBB87;; + --background-accent: #FFBB87;; */ --background: #ffffff;; --card: #f9f9f9;; --foreground: #000000;; - --primary-cta: #ff5733;; + --primary-cta: #85F1FF;; --primary-cta-text: #f7f6f7;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #FFA39F;; --secondary-cta-text: #0c1325;; - --accent: #85F1FF;; - --background-accent: #FFA39F;; + --accent: #FFBB87;; + --background-accent: #FFBB87;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);