@import "tailwindcss"; @source "../src/judas_web/templates/**/*.html"; @source "../src/judas_web/static/js/**/*.js"; .btn-primary { @apply px-2 py-1 rounded text-sm font-medium text-ctp-base bg-ctp-blue hover:bg-ctp-lavender active:bg-ctp-sapphire; } @theme { --color-ctp-rosewater: #f5e0dc; --color-ctp-flamingo: #f2cdcd; --color-ctp-pink: #f5c2e7; --color-ctp-mauve: #cba6f7; --color-ctp-red: #f38ba8; --color-ctp-maroon: #eba0ac; --color-ctp-peach: #fab387; --color-ctp-yellow: #f9e2af; --color-ctp-green: #a6e3a1; --color-ctp-teal: #94e2d5; --color-ctp-sky: #89dceb; --color-ctp-sapphire: #74c7ec; --color-ctp-blue: #89b4fa; --color-ctp-lavender: #b4befe; --color-ctp-text: #cdd6f4; --color-ctp-subtext1: #bac2de; --color-ctp-subtext0: #a6adc8; --color-ctp-overlay2: #9399b2; --color-ctp-overlay1: #7f849c; --color-ctp-overlay0: #6c7086; --color-ctp-surface2: #585b70; --color-ctp-surface1: #45475a; --color-ctp-surface0: #313244; --color-ctp-base: #1e1e2e; --color-ctp-mantle: #181825; --color-ctp-crust: #11111b; }