53 lines
1.4 KiB
CSS
53 lines
1.4 KiB
CSS
@import "tailwindcss/theme" important;
|
|
@import "tailwindcss/utilities" important;
|
|
@source "../*.cgi";
|
|
@source "../lib/GnizaWHM/*.pm";
|
|
@source "./safelist.html";
|
|
@plugin "daisyui";
|
|
@plugin "daisyui/theme" {
|
|
name: "gniza";
|
|
default: true;
|
|
color-scheme: light;
|
|
|
|
--color-base-100: transparent;
|
|
--color-base-200: oklch(97% 0 0);
|
|
--color-base-300: oklch(89.8% 0 0);
|
|
--color-base-content: oklch(30.9% 0.116 258.9);
|
|
|
|
--color-primary: oklch(38.2% 0.145 259.4);
|
|
--color-primary-content: oklch(100% 0 0);
|
|
|
|
--color-secondary: oklch(69.5% 0.169 47.8);
|
|
--color-secondary-content: oklch(100% 0 0);
|
|
|
|
--color-accent: oklch(86.4% 0.177 90.8);
|
|
--color-accent-content: oklch(30.9% 0.116 258.9);
|
|
|
|
--color-neutral: oklch(30.9% 0.116 258.9);
|
|
--color-neutral-content: oklch(100% 0 0);
|
|
|
|
--color-info: oklch(69% 0.083 217.5);
|
|
--color-info-content: oklch(100% 0 0);
|
|
|
|
--color-success: oklch(65% 0.25 140);
|
|
--color-success-content: oklch(100% 0 0);
|
|
|
|
--color-warning: oklch(86.4% 0.177 90.8);
|
|
--color-warning-content: oklch(30.9% 0.116 258.9);
|
|
|
|
--color-error: oklch(57.7% 0.245 27.3);
|
|
--color-error-content: oklch(100% 0 0);
|
|
|
|
--radius-selector: 0.5rem;
|
|
--radius-field: 0.25rem;
|
|
--radius-box: 0.5rem;
|
|
--size-selector: 0.25rem;
|
|
--size-field: 0.25rem;
|
|
--border: 1px;
|
|
--depth: 1;
|
|
--noise: 0;
|
|
}
|
|
@theme {
|
|
--font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
}
|