mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
27 lines
580 B
CSS
27 lines
580 B
CSS
@import "tailwindcss";
|
|
|
|
@plugin "flowbite/plugin";
|
|
|
|
@custom-variant dark (&:where(.dark, .dark *));
|
|
|
|
@theme {
|
|
--color-primary-50: #fefee3;
|
|
--color-primary-100: #e3eccf;
|
|
--color-primary-200: #c9dabc;
|
|
--color-primary-300: #afc8a9;
|
|
--color-primary-400: #95b696;
|
|
--color-primary-500: #7aa482;
|
|
--color-primary-600: #60926f;
|
|
--color-primary-700: #46805c;
|
|
--color-primary-800: #2c6e49;
|
|
--color-primary-900: #23583a;
|
|
|
|
--color-accent-peach: #ffc9b9;
|
|
--color-accent-sand: #d68c45;
|
|
}
|
|
|
|
@source "../node_modules/flowbite-svelte/dist";
|
|
|
|
code {
|
|
@apply bg-primary-100 rounded p-1;
|
|
}
|