diff --git a/layouts/partials/header/resources-dropdown.html b/layouts/partials/header/resources-dropdown.html
index ee2b8cf25..6f2c2d205 100644
--- a/layouts/partials/header/resources-dropdown.html
+++ b/layouts/partials/header/resources-dropdown.html
@@ -1,5 +1,5 @@
+ class="flex flex-col font-sans lg:hidden lg:group-hover:flex lg:absolute lg:left-25 lg:border lg:border-redis-pencil-300 bg-white lg:flex-row lg:rounded-b-md gap-8 text-[15px]">
diff --git a/tailwind.config.js b/tailwind.config.js
index 97fcf3ae9..e62b5d1e2 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -58,6 +58,8 @@ module.exports = {
900: '#091A23'
},
'redis-neutral': {
+ 200: '#F9F9F9',
+ 600: '#bfc2c4',
800: '#4E545B'
}
},