From a11cedb53a540b7455a8169b74b62009b5982b7d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Fri, 9 Oct 2020 11:45:11 -0500 Subject: Update colors in documentation - Remove all color-100 tokens since we are using bootstrap's built-in functions for color lightening - Update changed hex values Signed-off-by: Derick Montague Change-Id: I08894fdb64021e38ea8b5c0f47e127d72f3d3ecd --- docs/.vuepress/components/colors/theme.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/.vuepress/components/colors/theme.vue') diff --git a/docs/.vuepress/components/colors/theme.vue b/docs/.vuepress/components/colors/theme.vue index 6a9d551f..02f9828b 100644 --- a/docs/.vuepress/components/colors/theme.vue +++ b/docs/.vuepress/components/colors/theme.vue @@ -33,12 +33,12 @@ export default { { name: "secondary", variable: "gray-800", - hex: "#333333" + hex: "#3f3f3f" }, { name: 'light', variable: 'gray-100', - hex: '#fafafa', + hex: '#f4f4f4', border: true }, { -- cgit v1.2.3