17 lines
291 B
CSS
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;
|
|
}
|