Redesign landing page from Canva brief
This commit is contained in:
@@ -49,38 +49,38 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: oklch(1 0 0);
|
||||
--foreground: oklch(0.145 0 0);
|
||||
--card: oklch(1 0 0);
|
||||
--card-foreground: oklch(0.145 0 0);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.145 0 0);
|
||||
--primary: oklch(0.205 0 0);
|
||||
--primary-foreground: oklch(0.985 0 0);
|
||||
--secondary: oklch(0.97 0 0);
|
||||
--secondary-foreground: oklch(0.205 0 0);
|
||||
--muted: oklch(0.97 0 0);
|
||||
--muted-foreground: oklch(0.556 0 0);
|
||||
--accent: oklch(0.97 0 0);
|
||||
--accent-foreground: oklch(0.205 0 0);
|
||||
--background: oklch(0.115 0.012 22);
|
||||
--foreground: oklch(0.965 0.013 76);
|
||||
--card: oklch(0.16 0.014 22);
|
||||
--card-foreground: oklch(0.965 0.013 76);
|
||||
--popover: oklch(0.16 0.014 22);
|
||||
--popover-foreground: oklch(0.965 0.013 76);
|
||||
--primary: oklch(0.61 0.235 27);
|
||||
--primary-foreground: oklch(0.985 0.01 76);
|
||||
--secondary: oklch(0.22 0.016 22);
|
||||
--secondary-foreground: oklch(0.965 0.013 76);
|
||||
--muted: oklch(0.19 0.014 22);
|
||||
--muted-foreground: oklch(0.73 0.021 76);
|
||||
--accent: oklch(0.61 0.235 27);
|
||||
--accent-foreground: oklch(0.985 0.01 76);
|
||||
--destructive: oklch(0.577 0.245 27.325);
|
||||
--border: oklch(0.922 0 0);
|
||||
--input: oklch(0.922 0 0);
|
||||
--ring: oklch(0.708 0 0);
|
||||
--border: oklch(0.965 0.013 76 / 20%);
|
||||
--input: oklch(0.965 0.013 76 / 20%);
|
||||
--ring: oklch(0.61 0.235 27);
|
||||
--chart-1: oklch(0.87 0 0);
|
||||
--chart-2: oklch(0.556 0 0);
|
||||
--chart-3: oklch(0.439 0 0);
|
||||
--chart-4: oklch(0.371 0 0);
|
||||
--chart-5: oklch(0.269 0 0);
|
||||
--radius: 0.625rem;
|
||||
--sidebar: oklch(0.985 0 0);
|
||||
--sidebar-foreground: oklch(0.145 0 0);
|
||||
--sidebar-primary: oklch(0.205 0 0);
|
||||
--sidebar-primary-foreground: oklch(0.985 0 0);
|
||||
--sidebar-accent: oklch(0.97 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.205 0 0);
|
||||
--sidebar-border: oklch(0.922 0 0);
|
||||
--sidebar-ring: oklch(0.708 0 0);
|
||||
--sidebar: oklch(0.16 0.014 22);
|
||||
--sidebar-foreground: oklch(0.965 0.013 76);
|
||||
--sidebar-primary: oklch(0.61 0.235 27);
|
||||
--sidebar-primary-foreground: oklch(0.985 0.01 76);
|
||||
--sidebar-accent: oklch(0.22 0.016 22);
|
||||
--sidebar-accent-foreground: oklch(0.965 0.013 76);
|
||||
--sidebar-border: oklch(0.965 0.013 76 / 20%);
|
||||
--sidebar-ring: oklch(0.61 0.235 27);
|
||||
}
|
||||
|
||||
.dark {
|
||||
@@ -123,8 +123,10 @@
|
||||
}
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
text-rendering: geometricPrecision;
|
||||
}
|
||||
html {
|
||||
@apply font-sans;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user