style: finish based global them

This commit is contained in:
ghost2023
2026-05-20 11:35:00 +03:00
parent 024871c127
commit b9ef5a2b46
9 changed files with 143 additions and 95 deletions

View File

@@ -6,17 +6,17 @@
:root {
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
--card: oklch(1 0 0);
--card: oklch(0.99 0 0);
--card-foreground: oklch(0.145 0 0);
--popover: oklch(1 0 0);
--popover-foreground: oklch(0.145 0 0);
--primary: #0d5c2c;
--primary: oklch(0.596 0.1274 163.23);
--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: oklch(0.9753 0.0148 149.37);
--accent-foreground: oklch(0.205 0 0);
--destructive: oklch(0.577 0.245 27.325);
--destructive-foreground: oklch(1 0 0);
@@ -28,9 +28,9 @@
--chart-3: oklch(0.55 0.22 263);
--chart-4: oklch(0.49 0.22 264);
--chart-5: oklch(0.42 0.18 266);
--sidebar: oklch(0.985 0 0);
--sidebar: oklch(0.986 0.0068 174.38);
--sidebar-foreground: oklch(0.145 0 0);
--sidebar-primary: oklch(0.205 0 0);
--sidebar-primary: oklch(0.596 0.1274 163.23);
--sidebar-primary-foreground: oklch(0.985 0 0);
--sidebar-accent: oklch(0.97 0 0);
--sidebar-accent-foreground: oklch(0.205 0 0);
@@ -44,7 +44,6 @@
--font-mono:
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--radius: 0.625rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
@@ -108,7 +107,6 @@
--font-mono:
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--radius: 0.625rem;
--shadow-x: 0;
--shadow-y: 1px;
--shadow-blur: 3px;
@@ -129,7 +127,7 @@
--shadow-2xl: 0 1px 3px 0px hsl(0 0% 0% / 0.25);
}
@theme {
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
@@ -167,10 +165,14 @@
--font-mono: var(--font-mono);
--font-serif: var(--font-serif);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--radius: 0.8rem;
--radius-sm: 0.48rem;
--radius-md: 0.64rem;
--radius-lg: 1rem;
--radius-xl: 1.12rem;
--radius-2xl: 1.44rem;
--radius-3xl: 1.76rem;
--radius-4xl: 2.08rem;
--shadow-2xs: var(--shadow-2xs);
--shadow-xs: var(--shadow-xs);