pet_data/app/assets/css/tailwind.css

30 lines
842 B
CSS

/* 俐方體 11 號字型 */
@font-face {
font-family: 'Cubic 11';
src: url('/fonts/cubicll.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@import "tailwindcss";
@theme {
/* Pixel Dungeon Color Palette */
--color-pixel-white: #e0d8f0;
--color-pixel-black: #1b1026;
--color-pixel-bg: #0f0816;
--color-pixel-primary: #f6b26b;
--color-pixel-secondary: #2ce8f4;
--color-pixel-accent: #d95763;
--color-pixel-green: #99e550;
--color-pixel-yellow: #ffe762;
--color-pixel-purple: #8f80a0;
--color-pixel-dark-purple: #4a3b5e;
--color-pixel-panel: #2b193f;
--color-pixel-panel-dark: #1b1026;
--color-pixel-panel-border: #4a3b5e;
/* Pixel Font Family - 使用俐方體 11 號 */
--font-family-pixel: 'Cubic 11', monospace;
}