Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add missing link to color utilities
  • Loading branch information
metonym authored Apr 26, 2020
commit 7f8c698497065904a6844eb8d3c15e96f5795ed3
4 changes: 2 additions & 2 deletions docs/content/components/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The default TimelineItem-badge color is dark text on a light grey background.

### Adding color to TimelineItem-badge

To have color variants, use the [color utilities]() on the badge. Be cautious with color choices. We typically use them in the timeline to give meaning to the event in context of the timeline.
To have color variants, use the [color utilities](/css/utilities/colors) on the badge. Be cautious with color choices. We typically use them in the timeline to give meaning to the event in context of the timeline.

```html live
<!-- Colorful TimelineItem Badge -->
Expand Down Expand Up @@ -186,4 +186,4 @@ To create a visual break in the timeline, use `TimelineItem-break`. This adds a
<a href="#1" class="link-gray">Just now</a>
</div>
</div>
```
```