diff --git a/src/components/Environments.vue b/src/components/Environments.vue
index 611f139..58070c7 100644
--- a/src/components/Environments.vue
+++ b/src/components/Environments.vue
@@ -62,8 +62,8 @@
-
@@ -108,7 +108,7 @@
- -
+
-
Environments
diff --git a/tailwind.js b/tailwind.js
index b1742d0..211d14c 100644
--- a/tailwind.js
+++ b/tailwind.js
@@ -47,11 +47,11 @@ let colors = {
'transparent': 'transparent',
'black': '#22292f',
- 'grey-darkest': '#3d4852',
- 'grey-darker': '#606f7b',
+ 'grey-darkest': '#333333',
+ 'grey-darker': '#444444',
'grey-dark': '#8795a1',
- 'grey': '#b8c2cc',
- 'grey-light': '#dae1e7',
+ 'grey': '#B7B7B7',
+ 'grey-light': '#DDDDDD',
'grey-lighter': '#eeeeee',
'grey-lightest': '#f8fafc',
'white': '#ffffff',