Updating css

This commit is contained in:
2025-09-03 21:57:46 +02:00
parent 9b2710fc3b
commit cecea648d8

View File

@@ -20,9 +20,6 @@
--color-mc-light-purple: #FF55FF; --color-mc-light-purple: #FF55FF;
--color-mc-yellow: #FFFF55; --color-mc-yellow: #FFFF55;
--color-mc-white: #FFFFFF; --color-mc-white: #FFFFFF;
}
@theme inline {
--spacing-header: 3.75rem; --spacing-header: 3.75rem;
--spacing-content: calc(100vh - var(--spacing-header)); --spacing-content: calc(100vh - var(--spacing-header));
} }
@@ -60,9 +57,6 @@
--sidebar-accent-foreground: oklch(0.3963 0.0251 285.1962); --sidebar-accent-foreground: oklch(0.3963 0.0251 285.1962);
--sidebar-border: oklch(0.9383 0.0026 48.7178); --sidebar-border: oklch(0.9383 0.0026 48.7178);
--sidebar-ring: oklch(0.5916 0.2180 0.5844); --sidebar-ring: oklch(0.5916 0.2180 0.5844);
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--radius: 0.5rem; --radius: 0.5rem;
--shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); --shadow-2xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);
--shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05); --shadow-xs: 0 1px 3px 0px hsl(0 0% 0% / 0.05);