mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-14 05:33:42 +08:00
27 lines
1.1 KiB
CSS
27 lines
1.1 KiB
CSS
/* color palette from <https://github.com/vuejs/theme> */
|
|
@import "tailwindcss";
|
|
@import "flowbite/src/themes/default";
|
|
@plugin "flowbite/plugin";
|
|
@source "../node_modules/flowbite";
|
|
@source "../node_modules/flowbite-datepicker";
|
|
|
|
@theme {
|
|
--color-primary-50: #eff6ff;
|
|
--color-primary-100: #dbeafe;
|
|
--color-primary-200: #bfdbfe;
|
|
--color-primary-300: #93c5fd;
|
|
--color-primary-400: #60a5fa;
|
|
--color-primary-500: #3b82f6;
|
|
--color-primary-600: #2563eb;
|
|
--color-primary-700: #1d4ed8;
|
|
--color-primary-800: #1e40af;
|
|
--color-primary-900: #1e3a8a;
|
|
|
|
--font-sans:
|
|
"Inter", "ui-sans-serif", "system-ui", "-apple-system", "system-ui", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-body:
|
|
"Inter", "ui-sans-serif", "system-ui", "-apple-system", "system-ui", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-mono: "ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas",
|
|
"Liberation Mono", "Courier New", "monospace";
|
|
}
|