css-colors
Installation
SKILL.md
When adding new colors for CSS rules, follow these guidelines to ensure consistency and maintainability:
- If possible use Material UI color palette which is derived from MUI theme in frontend/src/theme/theme.ts
- Do not use direct color codes in component code but instead refer to the theme colors
- If a new color is needed, add it to the theme file's customColors section
Related skills
More from crossbill-highlights/crossbill-web
frontend-aesthetics
Instructions on how to design high quality frontend aesthetics
26writing-tests
Guidelines on writing tests for the backend
1typography
Instructions on how to design high quality typography
1making-commits
Guidelines on makign git commits
1database-operations
Instructions on how to write database queries with SQLAlchemy.
1