summaryrefslogtreecommitdiff
path: root/docs/.vuepress/components/colors/theme.vue
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-10-09 19:45:11 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-20 22:54:18 +0300
commita11cedb53a540b7455a8169b74b62009b5982b7d (patch)
treebd5a603c13d74446ab3295e2f7cf0281393e9271 /docs/.vuepress/components/colors/theme.vue
parent35b2bbf0c49016b36255b341b833cc7867737eda (diff)
downloadwebui-vue-a11cedb53a540b7455a8169b74b62009b5982b7d.tar.xz
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 <derick.montague@ibm.com> Change-Id: I08894fdb64021e38ea8b5c0f47e127d72f3d3ecd
Diffstat (limited to 'docs/.vuepress/components/colors/theme.vue')
-rw-r--r--docs/.vuepress/components/colors/theme.vue4
1 files changed, 2 insertions, 2 deletions
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
},
{