Skip to content

Commit 452394a

Browse files
committed
Add docs on customizing brand
1 parent 491dc81 commit 452394a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/dummy/app/pods/docs/quickstart/template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,14 @@ windows.
147147
3. **Better scrolling.** You may want to install
148148
[Ember Router Scroll](https://github.com/dollarshaveclub/ember-router-scroll)
149149
to enable "scroll to top with preserved browser history scroll position".
150+
151+
4. **Optionally customize your brand.** The primary brand color is <span class='docs-text-brand'>`#E04E39`</span>. You can change this value by setting the `--brand-primary` CSS custom property in your dummy app's `app.css` file.
152+
153+
For example, to set your brand color as `#3490DC`
154+
155+
```css
156+
/* tests/dummy/app/styles/app.css */
157+
:root {
158+
--brand-primary: #3490DC;
159+
}
160+
```

0 commit comments

Comments
 (0)