Skip to content

Commit 6ce1883

Browse files
authored
Update colors in docs (#1496)
* Update padding colors * Replace more bg colors * Migrate more colors to v1
1 parent 009de47 commit 6ce1883

22 files changed

+363
-375
lines changed

docs/content/components/avatars.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,16 +210,16 @@ Use `AvatarStack--right` to right-align the avatar stack. Remember to switch the
210210
<a class="CircleBadge CircleBadge--small float-left mr-2" href="#small">
211211
<img src="https://github.com/travis-ci.png" class="CircleBadge-icon" alt="">
212212
</a>
213-
<a class="CircleBadge CircleBadge--small bg-yellow" href="#small">
214-
<!-- <%= octicon "zap", class: "CircleBadge-icon text-white" %> -->
215-
<svg class="CircleBadge-icon text-white octicon octicon-zap" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 7H6l3-7-9 9h4l-3 7 9-9z"></path></svg>
213+
<a class="CircleBadge CircleBadge--small color-bg-warning-inverse" href="#small">
214+
<!-- <%= octicon "zap", class: "CircleBadge-icon color-text-primary" %> -->
215+
<svg class="CircleBadge-icon color-text-primary octicon octicon-zap" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10 7H6l3-7-9 9h4l-3 7 9-9z"></path></svg>
216216
</a>
217217
```
218218

219219
### Medium
220220

221221
```html live
222-
<div class="CircleBadge CircleBadge--medium bg-gray-dark">
222+
<div class="CircleBadge CircleBadge--medium color-bg-tertiary">
223223
<img src="https://github.com/travis-ci.png" alt="Travis CI" class="CircleBadge-icon" />
224224
</div>
225225
```

docs/content/components/box.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ A similar approach can be used for buttons with multiple lines of text within a
472472
<div class="Box-row d-flex flex-items-center">
473473
<div class="flex-auto">
474474
<strong>Row title</strong>
475-
<div class="text-small text-gray-light">
475+
<div class="text-small color-text-tertiary">
476476
Description
477477
</div>
478478
</div>
@@ -481,7 +481,7 @@ A similar approach can be used for buttons with multiple lines of text within a
481481
<div class="Box-row d-flex flex-items-center">
482482
<div class="flex-auto">
483483
<strong>Row title</strong>
484-
<div class="text-small text-gray-light">
484+
<div class="text-small color-text-tertiary">
485485
Description
486486
</div>
487487
</div>
@@ -490,7 +490,7 @@ A similar approach can be used for buttons with multiple lines of text within a
490490
<div class="Box-row d-flex flex-items-center">
491491
<div class="flex-auto">
492492
<strong>Row title</strong>
493-
<div class="text-small text-gray-light">
493+
<div class="text-small color-text-tertiary">
494494
Description
495495
</div>
496496
</div>
@@ -510,7 +510,7 @@ Using flexbox along with form, button, and link styles, you can create more comp
510510
Check it
511511
</label>
512512
</form>
513-
<button class="btn-link select-menu-button muted-link">
513+
<button class="btn-link select-menu-button Link--muted">
514514
Select menu
515515
</button>
516516
</div>

docs/content/components/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Using a button customized with additional utilities:
3737
```html live
3838
<div style="margin-bottom: 100px">
3939
<details class="dropdown details-reset details-overlay d-inline-block">
40-
<summary class="text-gray p-2 d-inline" aria-haspopup="true">
40+
<summary class="color-text-secondary p-2 d-inline" aria-haspopup="true">
4141
Dropdown
4242
<div class="dropdown-caret"></div>
4343
</summary>

docs/content/components/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Content that is hidden by default should only be done so if it is non-essential
369369
<span class="form-checkbox-details text-normal">
370370
<span class="d-block mb-1">Available hours per week</span>
371371
<input type="text" name="" class="form-control input-contrast" size="3" />
372-
<span class="text-small text-gray pl-2">hours per week</span>
372+
<span class="text-small color-text-secondary pl-2">hours per week</span>
373373
</span>
374374
</label>
375375
</div>

docs/content/components/labels.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Issue labels are used for adding labels to issues and pull requests. They also c
8181
<span class="IssueLabel color-bg-info-inverse color-text-white mr-1">Primer</span>
8282
<span class="IssueLabel color-bg-danger-inverse color-text-white mr-1">bug 🐛</span>
8383
<span class="IssueLabel color-bg-success-inverse color-text-white mr-1">help wanted</span>
84-
<span class="IssueLabel color-bg-warning-inverse color-text-gray-dark mr-1">🚂 deploy: train</span>
84+
<span class="IssueLabel color-bg-warning-inverse color-text-primary mr-1">🚂 deploy: train</span>
8585
```
8686

8787
If an issue label needs to be bigger, add the `.IssueLabel--big` modifier.
@@ -90,7 +90,7 @@ If an issue label needs to be bigger, add the `.IssueLabel--big` modifier.
9090
<span class="IssueLabel IssueLabel--big color-bg-info-inverse color-text-white mr-1">Primer</span>
9191
<span class="IssueLabel IssueLabel--big color-bg-danger-inverse color-text-white mr-1">bug 🐛</span>
9292
<span class="IssueLabel IssueLabel--big color-bg-success-inverse color-text-white mr-1">help wanted</span>
93-
<span class="IssueLabel IssueLabel--big color-bg-warning-inverse color-text-gray-dark mr-1">🚂 deploy: train</span>
93+
<span class="IssueLabel IssueLabel--big color-bg-warning-inverse color-text-primary mr-1">🚂 deploy: train</span>
9494
```
9595

9696
## States
@@ -180,9 +180,9 @@ You can also have icons and emoji in counters. Or use utilities for counters wit
180180
10
181181
</span>
182182
<span class="Counter mr-1">👍 2</span>
183-
<span class="Counter mr-1 bg-green text-white">22</span>
184-
<span class="Counter mr-1 bg-red text-white">22</span>
185-
<span class="Counter mr-1 bg-purple text-white">22</span>
183+
<span class="Counter mr-1 color-bg-success-inverse color-text-white">22</span>
184+
<span class="Counter mr-1 color-bg-danger-inverse color-text-white">22</span>
185+
<span class="Counter mr-1 color-bg-info-inverse color-text-white">22</span>
186186
```
187187

188188
## Diffstat
@@ -196,12 +196,12 @@ Diffstats show how many deletions or additions a diff has. It's typically a row
196196
</span>
197197
```
198198

199-
Use the `text-green` and `text-red` utilities to add additional information about the size of the diff.
199+
Use the `color-text-success` and `color-text-danger` utilities to add additional information about the size of the diff.
200200

201201
```html live
202202
<span class="diffstat">
203-
<span class="text-green">+7</span>
204-
<span class="text-red">−2</span>
203+
<span class="color-text-success">+7</span>
204+
<span class="color-text-danger">−2</span>
205205
<span class="tooltipped tooltipped-e" aria-label="9 lines changed">
206206
<span class="diffstat-block-added"></span><span class="diffstat-block-added"></span><span class="diffstat-block-added"></span><span class="diffstat-block-deleted"></span><span class="diffstat-block-neutral"></span>
207207
</span>

docs/content/components/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ It can also be used in combination with other components.
2121
```html live
2222
<h2><span>Loading</span><span class="AnimatedEllipsis"></span></h2>
2323
<span class="branch-name mt-2"><span>Loading</span><span class="AnimatedEllipsis"></span></span><br>
24-
<span class="Label bg-blue mt-3"><span>Loading</span><span class="AnimatedEllipsis"></span></span><br>
24+
<span class="Label mt-3"><span>Loading</span><span class="AnimatedEllipsis"></span></span><br>
2525
<button class="btn mt-3" aria-disabled="true"><span>Loading</span><span class="AnimatedEllipsis"></span></button>
2626
```

docs/content/components/navigation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Different kind of content can be added inside a Side Nav item. Use utility class
256256
</svg>
257257
</a>
258258
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="#url">
259-
With a label <span class="Label bg-blue">label</span>
259+
With a label <span class="Label">label</span>
260260
</a>
261261
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="#url">
262262
With a counter <span class="Counter ml-1">16</span>
@@ -271,8 +271,8 @@ Different kind of content can be added inside a Side Nav item. Use utility class
271271
The `.SideNav-subItem` is an alternative, more lightweight version without borders and more condensed. It can be used stand-alone.
272272

273273
```html live
274-
<aside class="bg-gray-light border p-3" style="max-width: 360px">
275-
<h5 class="text-gray mb-2 pb-1 border-bottom">Menu</h5>
274+
<aside class="color-bg-secondary border p-3" style="max-width: 360px">
275+
<h5 class="color-text-secondary mb-2 pb-1 border-bottom">Menu</h5>
276276
<nav class="SideNav">
277277
<a class="SideNav-subItem" href="#url">Account</a>
278278
<a class="SideNav-subItem" href="#url" aria-current="page">Profile</a>
@@ -296,7 +296,7 @@ Or also appear nested, as a sub navigation. Use margin/padding utility classes t
296296
<svg class="octicon octicon-octoface SideNav-icon" width="16" height="16" viewBox="0 0 16 16" aria-hidden="true"> <path fill-rule="evenodd" d="M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z" /> </svg>
297297
<span>Profile</span>
298298
</a>
299-
<nav class="SideNav bg-white border-top py-3" style="padding-left: 44px">
299+
<nav class="SideNav color-bg-primary border-top py-3" style="padding-left: 44px">
300300
<a class="SideNav-subItem" href="#url" aria-current="page">Sub item 1</a>
301301
<a class="SideNav-subItem" href="#url">Sub item 2</a>
302302
<a class="SideNav-subItem" href="#url">Sub item 3</a>

docs/content/components/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Small progress bars are shorter than the default.
3939
For inline progress indicators, use the `Progress` and `d-inline-flex` with an inline element such as `<span>` and add a custom `width` style:
4040

4141
```html live
42-
<span class="text-small text-gray mr-2">4 of 16</span>
42+
<span class="text-small color-text-secondary mr-2">4 of 16</span>
4343
<span class="Progress d-inline-flex" style="width: 160px">
4444
<span class="Progress-item color-bg-success-inverse" style="width: 25%"></span>
4545
</span>

docs/content/components/select-menu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ The list of items is arguably the most important subcomponent within the menu. B
214214
<path fill-rule="evenodd" d="M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z" />
215215
</svg>
216216
</button>
217-
<button class="SelectMenu-item d-block" role="menuitem">With a <span class="Label bg-blue">label</span></button>
217+
<button class="SelectMenu-item d-block" role="menuitem">With a <span class="Label">label</span></button>
218218
<button class="SelectMenu-item" role="menuitem">
219-
With a counter <span class="Counter bg-gray-2 ml-1">16</span>
219+
With a counter <span class="Counter ml-1">16</span>
220220
</button>
221221
<button class="SelectMenu-item d-block" role="menuitem">
222222
<h5>With a heading</h5>
@@ -457,7 +457,7 @@ A `SelectMenu-message` can be used to show different kind of messages to a user.
457457
</button>
458458
</header>
459459
<div class="SelectMenu-list">
460-
<div class="SelectMenu-message bg-red-0 text-red">Message goes here</div>
460+
<div class="SelectMenu-message color-bg-danger color-text-danger">Message goes here</div>
461461
<button class="SelectMenu-item" role="menuitem">Item 1</button>
462462
<button class="SelectMenu-item" role="menuitem">Item 2</button>
463463
<button class="SelectMenu-item" role="menuitem">Item 3</button>
@@ -567,7 +567,7 @@ Sometimes a select menu needs to communicate a "blank slate" where there's no co
567567
/>
568568
</svg>
569569
<h4 class="my-2">No repositories</h4>
570-
<p class="mb-3 text-gray">We didn’t find any matching repositories that you can commit to.</p>
570+
<p class="mb-3 color-text-secondary">We didn’t find any matching repositories that you can commit to.</p>
571571
<button type="button" class="btn btn-sm btn-primary">Create a repository</button>
572572
</div>
573573
</div>

docs/content/components/timeline.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The `TimelineItem` component is used to display items on a vertical timeline, co
1717
</div>
1818

1919
<div class="TimelineItem-body">
20-
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
21-
<a href="#" class="text-bold link-gray-dark">hot potato</a>
22-
<a href="#" class="link-gray">Just now</a>
20+
<a href="#" class="text-bold Link--primary mr-1">Monalisa</a> created one
21+
<a href="#" class="text-bold Link--primary">hot potato</a>
22+
<a href="#" class="Link--secondary">Just now</a>
2323
</div>
2424
</div>
2525
```
@@ -49,7 +49,7 @@ To have color variants, use the [color utilities](/utilities/colors) on the badg
4949
```html live
5050
<!-- Colorful TimelineItem Badge -->
5151
<div class="TimelineItem">
52-
<div class="TimelineItem-badge bg-red text-white">
52+
<div class="TimelineItem-badge color-bg-danger-inverse color-text-white">
5353
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
5454
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
5555
</svg>
@@ -59,7 +59,7 @@ To have color variants, use the [color utilities](/utilities/colors) on the badg
5959
</div>
6060
</div>
6161
<div class="TimelineItem">
62-
<div class="TimelineItem-badge bg-green text-white">
62+
<div class="TimelineItem-badge color-bg-success-inverse color-text-white">
6363
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
6464
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
6565
</svg>
@@ -68,18 +68,19 @@ To have color variants, use the [color utilities](/utilities/colors) on the badg
6868
Green background when opened or passed events occur
6969
</div>
7070
</div>
71-
<div class="TimelineItem">
72-
<div class="TimelineItem-badge bg-purple text-white">
71+
<!-- TODO: Replace bg-purple in V2
72+
<div class="TimelineItem">
73+
<div class="TimelineItem-badge bg-purple color-text-white">
7374
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
7475
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
7576
</svg>
7677
</div>
7778
<div class="TimelineItem-body">
7879
Purple background used when pull requests are merged
7980
</div>
80-
</div>
81+
</div> -->
8182
<div class="TimelineItem">
82-
<div class="TimelineItem-badge bg-blue text-white">
83+
<div class="TimelineItem-badge color-bg-info-inverse color-text-white">
8384
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
8485
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
8586
</svg>
@@ -135,9 +136,9 @@ Sometimes you want to give ownership to an event by displaying an [Avatar]() of
135136
</div>
136137

137138
<div class="TimelineItem-body">
138-
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
139-
<a href="#" class="text-bold link-gray-dark">hot potato</a>
140-
<a href="#" class="link-gray">Just now</a>
139+
<a href="#" class="text-bold Link--primary mr-1">Monalisa</a> created one
140+
<a href="#" class="text-bold Link--primary">hot potato</a>
141+
<a href="#" class="Link--secondary">Just now</a>
141142
</div>
142143
</div>
143144
</div>
@@ -149,7 +150,7 @@ To create a visual break in the timeline, use `TimelineItem-break`. This adds a
149150

150151
```html live
151152
<div class="TimelineItem">
152-
<div class="TimelineItem-badge bg-red text-white">
153+
<div class="TimelineItem-badge color-bg-danger-inverse color-text-white">
153154
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
154155
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
155156
</svg>
@@ -160,7 +161,7 @@ To create a visual break in the timeline, use `TimelineItem-break`. This adds a
160161
</div>
161162
<div class="TimelineItem-break ml-0"></div>
162163
<div class="TimelineItem">
163-
<div class="TimelineItem-badge bg-green text-white">
164+
<div class="TimelineItem-badge color-bg-success-inverse color-text-white">
164165
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
165166
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
166167
</svg>
@@ -181,9 +182,9 @@ To create a visual break in the timeline, use `TimelineItem-break`. This adds a
181182
</a>
182183

183184
<div class="TimelineItem-body">
184-
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
185-
<a href="#" class="text-bold link-gray-dark">hot potato</a>
186-
<a href="#1" class="link-gray">Just now</a>
185+
<a href="#" class="text-bold Link--primary mr-1">Monalisa</a> created one
186+
<a href="#" class="text-bold Link--primary">hot potato</a>
187+
<a href="#1" class="Link--secondary">Just now</a>
187188
</div>
188189
</div>
189190
```

0 commit comments

Comments
 (0)