summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-07-15 20:31:42 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-16 21:03:10 +0300
commitd83b2c012f8f2a2f5e068d82f708c503e749c6d5 (patch)
treed046da6f6f172695e5eed9de3d102dca71e39c78 /docs
parent8313376f825d0a69745b2b61ea94731af8738da7 (diff)
downloadwebui-vue-d83b2c012f8f2a2f5e068d82f708c503e749c6d5.tar.xz
Update gray color palette to match style guide
Updated gray palette to match updated design guide - Color changes per page will be addressed in separate commits. Updated sytle guide documentation with new colors. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic771d932ace38d3abbbf65038f00e25391db5dd0
Diffstat (limited to 'docs')
-rw-r--r--docs/themes/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/themes/readme.md b/docs/themes/readme.md
index 7dd177ab..4d76aa2f 100644
--- a/docs/themes/readme.md
+++ b/docs/themes/readme.md
@@ -75,14 +75,14 @@ $red-500: #da1416;
$yellow-100: #fff8e4;
$yellow-500: #efc100;
-$gray-100: #fafafa;
-$gray-200: #f4f4f4;
-$gray-300: #dcdee0;
-$gray-400: #ccc;
+$gray-100: #f4f4f4;
+$gray-200: #e6e6e6;
+$gray-300: #d8d8d8;
+$gray-400: #cccccc;
$gray-500: #b3b3b3;
$gray-600: #999999;
$gray-700: #666666;
-$gray-800: #333333;
+$gray-800: #3f3f3f;
$gray-900: #161616;
```