diff --git a/src/app.html b/src/app.html
index c52cff98c0..c9f86d8f63 100644
--- a/src/app.html
+++ b/src/app.html
@@ -9,7 +9,12 @@
@@ -136,6 +145,7 @@
>
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 4a21431914..9caccabf5e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -16,9 +16,8 @@ export default {
700: '#4e4e4e',
800: '#333',
850: '#262626',
-
- 900: '#171717',
- 950: '#0d0d0d'
+ 900: 'var(--color-gray-900, #171717)',
+ 950: 'var(--color-gray-950, #0d0d0d)'
}
},
typography: {