> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/admin/global/styles.md).

# Styles

Global styles are centralized in one place and can be added in `src/app/globals.css`. Any new global styles should be added there.

{% tabs %}
{% tab title="src/app/globals.css" %}

```css

/* simpebar styles */
@import 'simplebar-react/dist/simplebar.min.css';

/* public styles */
@import '../../public/assets/styles';

```

{% endtab %}
{% endtabs %}
