Boring databse with built with ShadCn components and Tailwind CSS That makes it super easy to customize the theme of your site.

ShadCn offers a great tool custom themes! Simply copy the theme and paste into your root.css replacing the previous code.

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    ...