You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Inputs: Add `input` class to input elements: `<input type="text" class="input" />`
64
+
53
65
4.**Implement your application logic**. You can use Cursor or other agents for it. There is a file called `AGENTS.md` that contains context LLM can use.
54
66
5.**Customise your help content** using the help content template
55
67
@@ -62,25 +74,6 @@ Use the `help-content-template.html` as a starting point:
62
74
3.**Include images** by placing them in a `help/img/` directory
63
75
4.**Use the provided structure** for consistency across applications
64
76
65
-
### CSS Customization
66
-
67
-
The design system uses CSS custom properties for easy theming. You can override design system variables in your app-specific CSS:
68
-
69
-
```css
70
-
:root {
71
-
/* Override design system colors */
72
-
--Colors-Base-Primary-700: #ff6b6b; /* Custom primary color */
0 commit comments