From c759b57edd6917b0316bae1446867a7e7428bffc Mon Sep 17 00:00:00 2001
From: Dagny Kight <42844196+DagnyDK@users.noreply.github.com>
Date: Thu, 27 Dec 2018 11:42:35 -0500
Subject: [PATCH] Add default colors and secondary button (#26289)
Secondary button added.
Hexadecimal color numbers used.
---
guide/english/bootstrap/buttons/index.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md
index 0ab5d6fe8c..e7e4fff36d 100644
--- a/guide/english/bootstrap/buttons/index.md
+++ b/guide/english/bootstrap/buttons/index.md
@@ -25,27 +25,27 @@ This is a list of the CSS classes that bootstrap provides for buttons. They give
``
-`.btn-primary` Bootstrap's primary button.
+`.btn-primary` Bootstrap's primary button. Default color displays #007bff.
``
-`.btn-secondary` Bootstrap's secondary button.
+`.btn-secondary` Bootstrap's secondary button. Default color displays #6c757d.
``
-`.btn-success` Bootstrap's success button.
+`.btn-success` Bootstrap's success button. Default color displays #28a745.
``
-`.btn-info` Bootstrap's info button.
+`.btn-info` Bootstrap's info button. Default color displays #17a2b8.
``
-`.btn-warning` Bootstrap's warning button.
+`.btn-warning` Bootstrap's warning button. Default color displays #ffc107.
``
-`.btn-danger` Bootstrap's danger button.
+`.btn-danger` Bootstrap's danger button. Default color displays #dc3545.
``