diff --git a/src/app.html b/src/app.html index c52cff98c..c9f86d8f6 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 4a2143191..9caccabf5 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: {