From 7a69e8f6ef6c6c6bc0d3f5a72fceda3c27673534 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 23 Jan 2021 15:16:26 +0100 Subject: [PATCH] border fixes --- src/pages/_data/docs.yml | 4 ++++ src/pages/_docs/borders.md | 2 ++ src/pages/_docs/colors.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/_data/docs.yml b/src/pages/_data/docs.yml index 6df0cdc8c1..61a1fded8d 100644 --- a/src/pages/_data/docs.yml +++ b/src/pages/_data/docs.yml @@ -109,6 +109,10 @@ utils: title: Borders url: docs/borders.html + colors: + title: Colors + url: docs/colors.html + cursors: title: Cursors url: docs/cursors.html diff --git a/src/pages/_docs/borders.md b/src/pages/_docs/borders.md index 4e44920bd6..d0f04a9589 100644 --- a/src/pages/_docs/borders.md +++ b/src/pages/_docs/borders.md @@ -1,5 +1,7 @@ --- title: Borders +menu: docs.utils.borders +description: Use border utilities to quickly style the border and border-radius of an element. Great for images, buttons, or any other element. --- ## Border direction diff --git a/src/pages/_docs/colors.md b/src/pages/_docs/colors.md index 4e2c2e0a43..efe83db22c 100644 --- a/src/pages/_docs/colors.md +++ b/src/pages/_docs/colors.md @@ -1,6 +1,6 @@ --- title: Colors -menu: docs.base.colors +menu: docs.utils.colors description: The choice of colors for a website or app interface has an big influence on how users interact with the product and what decisions they make. Harmonic colors can contribute to a nice first impression and encourage users to engage with your product, so it's a very important aspect of a successful design, which needs to be well thought out. bootstrap-link: utilities/colors/ ---