diff --git a/docs/source/docs/colors.blade.md b/docs/source/docs/colors.blade.md index 5c2876867..f039ea4a1 100644 --- a/docs/source/docs/colors.blade.md +++ b/docs/source/docs/colors.blade.md @@ -13,48 +13,48 @@ To get you started, we've provided a generous palette of great looking colors th
-
-
Proposed Greys
+
+
Grey
- Base - {{ strtoupper($page->config['colors']['grey']) }} + Base + {{ strtoupper($page->config['colors']['grey']) }}
- White - {{ strtoupper($page->config['colors']['white']) }} + White + {{ strtoupper($page->config['colors']['white']) }}
-
- Lightest - {{ strtoupper($page->config['colors']['grey-lightest']) }} +
+ Lightest + {{ strtoupper($page->config['colors']['grey-lightest']) }}
-
- Lighter - {{ strtoupper($page->config['colors']['grey-lighter']) }} +
+ Lighter + {{ strtoupper($page->config['colors']['grey-lighter']) }}
-
- Light - {{ strtoupper($page->config['colors']['grey-light']) }} +
+ Light + {{ strtoupper($page->config['colors']['grey-light']) }}
-
- Base - {{ strtoupper($page->config['colors']['grey']) }} +
+ Base + {{ strtoupper($page->config['colors']['grey']) }}
- Dark - {{ strtoupper($page->config['colors']['grey-dark']) }} + Dark + {{ strtoupper($page->config['colors']['grey-dark']) }}
- Darker - {{ strtoupper($page->config['colors']['grey-darker']) }} + Darker + {{ strtoupper($page->config['colors']['grey-darker']) }}
- Darkest - {{ strtoupper($page->config['colors']['grey-darkest']) }} + Darkest + {{ strtoupper($page->config['colors']['grey-darkest']) }}
- Black - {{ strtoupper($page->config['colors']['black']) }} + Black + {{ strtoupper($page->config['colors']['black']) }}
@@ -64,7 +64,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Red
+
Red
Base {{ strtoupper($page->config['colors']['red']) }} @@ -103,7 +103,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Orange
+
Orange
Base {{ strtoupper($page->config['colors']['orange']) }} @@ -142,7 +142,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Yellow
+
Yellow
Base {{ strtoupper($page->config['colors']['yellow']) }} @@ -181,7 +181,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Green
+
Green
Base {{ strtoupper($page->config['colors']['green']) }} @@ -220,7 +220,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Teal
+
Teal
Base {{ strtoupper($page->config['colors']['teal']) }} @@ -259,7 +259,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Blue
+
Blue
Base {{ strtoupper($page->config['colors']['blue']) }} @@ -298,7 +298,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Indigo
+
Indigo
Base {{ strtoupper($page->config['colors']['indigo']) }} @@ -337,7 +337,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Purple
+
Purple
Base {{ strtoupper($page->config['colors']['purple']) }} @@ -376,7 +376,7 @@ To get you started, we've provided a generous palette of great looking colors th
-
Pink
+
Pink
Base {{ strtoupper($page->config['colors']['pink']) }}