diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5895c5c29..ca4a4c24b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@
+ class="sticky top-0 h-[70px] z-50 w-full border-b border-redis-pen-300 bg-white text-midnight-900 font-mono text-[15px] flex justify-center"> {{/* {{ partial "banner.html" . }} */}}
diff --git a/layouts/partials/header/products-dropdown.html b/layouts/partials/header/products-dropdown.html index 5cc9a875d..b7f9be559 100644 --- a/layouts/partials/header/products-dropdown.html +++ b/layouts/partials/header/products-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]">

Products

@@ -41,14 +41,14 @@

+
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' } },