Skip to content

Commit 05f20c2

Browse files
committed
use color-border-info now that purple is no longer part of primer
1 parent e5b1ccf commit 05f20c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/generic-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
3535
{% endif %}
3636

3737
{% if page.product %}
38-
<div class="product-callout border rounded-1 mb-4 p-3 border-purple bg-purple-light">
38+
<div class="product-callout border rounded-1 mb-4 p-3 color-border-info color-bg-info">
3939
{{ page.product }}
4040
</div>
4141
{% endif %}

0 commit comments

Comments
 (0)