- Secondary
- Contrast
+ Primary
+ Secondary
+ Contrast
<a href="#">Primary</a>
<a href="#" class="secondary">Secondary</a>
@@ -574,8 +574,8 @@
diff --git a/docs/index.html b/docs/index.html index f843887e..b73bef6b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -547,9 +547,9 @@
Links come with .secondary
and .contrast
styles.
<a href="#">Primary</a>
<a href="#" class="secondary">Secondary</a>
@@ -574,8 +574,8 @@
Buttons are width: 100%;
by default. Use <a role="button">
if you need an inline element.
<a href="#" role="button">Link</a>
<a href="#" role="button">Link</a>
@@ -583,8 +583,8 @@
Buttons come with .secondary
and .contrast
styles.
<a href="#" role="button" class="secondary">Secondary</a>
<a href="#" role="button" class="contrast">Contrast</a>
@@ -592,9 +592,9 @@
And a classic .outline
variant.
<a href="#" role="button" class="outline">Primary</a>
<a href="#" role="button" class="secondary outline">Secondary</a>
@@ -826,9 +826,9 @@
Brand
@@ -850,7 +850,7 @@