Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 466 Bytes

THEMING.md

File metadata and controls

8 lines (5 loc) · 466 Bytes

Theming

The project using TailwindCSS makes it very easy to theme the project.

The current project theme is located in the tailwind.config.js file.

Default color names from Tailwind were removed in favor of generic names like "primary", "secondary", "warning", "danger" to allow easy theming.

You can visit this page to look into further theming the app.