Files
MattrixwvReactComponents/src/index.css
2026-03-14 15:24:53 -04:00

17 lines
291 B
CSS

@import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));
@import "../lib/components.css";
@import "../lib/theme.css";
@theme {
--color-neutral-825: oklch(0.253 0 0);
--color-neutral-850: oklch(0.237 0 0);
}
input::-webkit-calendar-picker-indicator {
cursor: pointer;
}