diff --git a/src/routes/(app)/+layout.svelte b/src/routes/(app)/+layout.svelte
index c7839d93f..17713b2bb 100644
--- a/src/routes/(app)/+layout.svelte
+++ b/src/routes/(app)/+layout.svelte
@@ -351,7 +351,7 @@
{/if}
diff --git a/tailwind.config.js b/tailwind.config.js
index b97b22db0..4a2143191 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -6,17 +6,19 @@ export default {
extend: {
colors: {
gray: {
- 50: '#f7f7f8',
- 100: '#ececf1',
- 200: '#d9d9e3',
- 300: '#c5c5d2',
- 400: '#acacbe',
- 500: '#8e8ea0',
- 600: '#565869',
- 700: '#40414f',
- 800: '#343541',
- 900: '#202123',
- 950: '#050509'
+ 50: '#f9f9f9',
+ 100: '#ececec',
+ 200: '#e3e3e3',
+ 300: '#cdcdcd',
+ 400: '#b4b4b4',
+ 500: '#9b9b9b',
+ 600: '#676767',
+ 700: '#4e4e4e',
+ 800: '#333',
+ 850: '#262626',
+
+ 900: '#171717',
+ 950: '#0d0d0d'
}
},
typography: {