> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boringdatabase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ShadCn UI

> Customize the look and feel of your site

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

[ShadCn](https://ui.shadcn.com/themes) 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%;
    ...
```
