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

# Styling

> Learn how to style your Launchit application.

## Global Styles

Launchit uses [Tailwind CSS](https://tailwindcss.com/) and [shadncn/ui](https://ui.shadcn.com/) for styling. Instead of ui-library components, this combination allows you to create your own components and styles without being limited by a specific design system and the update cycles of a UI library.

Edit and add your global styles by modifying the `web/styles/main.css` and `web/tailwind.config.js` files.

<Tip>
  There are several tools available to help you with styling your application.

  I'd recommend using the [Tinte Theme Generator](https://tinte.railly.dev/shadcn) for creating a initial color palette.
</Tip>
