css
This commit is contained in:
parent
e512270017
commit
17fe4c9bf2
2 changed files with 6 additions and 6 deletions
|
|
@ -89,21 +89,21 @@
|
||||||
:root {
|
:root {
|
||||||
--background: oklch(100% 0 0deg);
|
--background: oklch(100% 0 0deg);
|
||||||
--foreground: oklch(14.5% 0 0deg);
|
--foreground: oklch(14.5% 0 0deg);
|
||||||
--card: oklch(96.5% 0.005 265deg);
|
--card: oklch(0.9702 0 0);
|
||||||
--card-foreground: oklch(14.5% 0 0deg);
|
--card-foreground: oklch(14.5% 0 0deg);
|
||||||
--popover: oklch(100% 0 0deg);
|
--popover: oklch(100% 0 0deg);
|
||||||
--popover-foreground: oklch(14.5% 0 0deg);
|
--popover-foreground: oklch(14.5% 0 0deg);
|
||||||
--primary: oklch(20.5% 0 0deg);
|
--primary: oklch(20.5% 0 0deg);
|
||||||
--primary-foreground: oklch(98.5% 0 0deg);
|
--primary-foreground: oklch(98.5% 0 0deg);
|
||||||
--secondary: oklch(97% 0 0deg);
|
--secondary: oklch(0.9067 0 0);
|
||||||
--secondary-foreground: oklch(20.5% 0 0deg);
|
--secondary-foreground: oklch(20.5% 0 0deg);
|
||||||
--muted: oklch(97% 0 0deg);
|
--muted: oklch(0.9401 0 0);
|
||||||
--muted-foreground: oklch(55.6% 0 0deg);
|
--muted-foreground: oklch(55.6% 0 0deg);
|
||||||
--accent: oklch(97% 0 0deg);
|
--accent: oklch(97% 0 0deg);
|
||||||
--accent-foreground: oklch(20.5% 0 0deg);
|
--accent-foreground: oklch(20.5% 0 0deg);
|
||||||
--destructive: oklch(57.7% 0.245 27.325deg);
|
--destructive: oklch(57.7% 0.245 27.325deg);
|
||||||
--destructive-foreground: oklch(57.7% 0.245 27.325deg);
|
--destructive-foreground: oklch(57.7% 0.245 27.325deg);
|
||||||
--border: oklch(92.2% 0 0deg);
|
--border: oklch(0.8576 0 0);
|
||||||
--input: oklch(92.2% 0 0deg);
|
--input: oklch(92.2% 0 0deg);
|
||||||
--ring: oklch(70.8% 0 0deg);
|
--ring: oklch(70.8% 0 0deg);
|
||||||
--chart-1: oklch(64.6% 0.222 41.116deg);
|
--chart-1: oklch(64.6% 0.222 41.116deg);
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
--chart-3: oklch(39.8% 0.07 227.392deg);
|
--chart-3: oklch(39.8% 0.07 227.392deg);
|
||||||
--chart-4: oklch(82.8% 0.189 84.429deg);
|
--chart-4: oklch(82.8% 0.189 84.429deg);
|
||||||
--chart-5: oklch(76.9% 0.188 70.08deg);
|
--chart-5: oklch(76.9% 0.188 70.08deg);
|
||||||
--radius: 0.625rem;
|
--radius: 0.5rem;
|
||||||
--sidebar: oklch(98.5% 0 0deg);
|
--sidebar: oklch(98.5% 0 0deg);
|
||||||
--sidebar-foreground: oklch(14.5% 0 0deg);
|
--sidebar-foreground: oklch(14.5% 0 0deg);
|
||||||
--sidebar-primary: oklch(20.5% 0 0deg);
|
--sidebar-primary: oklch(20.5% 0 0deg);
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
|
||||||
key={l.alt}
|
key={l.alt}
|
||||||
src={l.src}
|
src={l.src}
|
||||||
alt={l.alt}
|
alt={l.alt}
|
||||||
className="max-h-8 max-w-full w-auto object-contain pointer-events-none select-none grayscale opacity-40 dark:opacity-60"
|
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none grayscale opacity-40 dark:opacity-80 dark:brightness-200"
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</InfiniteSlider>
|
</InfiniteSlider>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue