name: frontend-design description: Defines general frontend design guidelines and best practices for this project. Use this skill when the user asks to define the design of the frontend or when you make changes to any CSS files.
Coding Guidelines for CSS
- Use plain CSS, no Tailwind CSS
- Use modern nested CSS selectors
- Always define colors in CSS variables in the root CSS file
- Isolate CSS rules specific to a component in a separate CSS file
Color Schema
- Background color: white
- Text color: black
- Accent color: #132a64