diff --git a/assets/css/index.css b/assets/css/index.css index 30a530e995..9aafdaff99 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -240,16 +240,16 @@ select { } .search-item { - @apply bg-white rounded-md relative text-redis-ink-900 border border-redis-pen-800; + @apply bg-gray-700 rounded-md relative text-gray-300 border border-gray-600; } .search-item[aria-selected] { - @apply bg-red-100; + @apply bg-gray-600; } .search-item:hover, .search-item:not([aria-selected]):focus-within { - @apply bg-red-50 text-redis-pen-800; + @apply bg-gray-600 text-white; } .search-item > a { diff --git a/layouts/home.html b/layouts/home.html index d5ba4cd856..f927831407 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -4,7 +4,7 @@ {{ end }} {{ define "main" }} -
+
@@ -20,7 +20,7 @@

{{ .Title }}

- @@ -28,42 +28,43 @@

{{ .Title }}

+
{{ partial "second-header.html" "disabled" }} -
+
-

Get Started

+

Get Started

{{ partial "docs-section.html" (dict "Title" "Quickly set up a Redis cache, primary, vector, or custom database" "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure" @@ -116,7 +117,7 @@

Get Started

) ) }}
-

Deploy

+

Deploy

{{ partial "docs-section.html" (dict "Title" "Control your Redis deployments on-premises and on cloud platforms" "Description" "Robust support for hybrid and multi-AZ environments" diff --git a/layouts/partials/components/button-link.html b/layouts/partials/components/button-link.html index 1a606d028d..934a4dcb0c 100644 --- a/layouts/partials/components/button-link.html +++ b/layouts/partials/components/button-link.html @@ -1,6 +1,6 @@ {{ $defaultWidth := "fit" }} {{ if eq .AltColors true }} -{{ .Text }} +{{ .Text }} {{ else }} -{{ .Text }} +{{ .Text }} {{ end }} diff --git a/layouts/partials/docs-section.html b/layouts/partials/docs-section.html index 87baa9dfc4..29bc42cd30 100644 --- a/layouts/partials/docs-section.html +++ b/layouts/partials/docs-section.html @@ -1,22 +1,22 @@ -
+
-

{{ .Title }}

-

{{ .Description }}

+

{{ .Title }}

+

{{ .Description }}

{{ partial "components/button-link.html" (dict "Href" .ButtonLink "Text" .ButtonLabel) }}
-
+
-

{{ .LinksLeftTitle }}

+

{{ .LinksLeftTitle }}

{{ range .LinksLeft }} - {{ .Text }} → + {{ .Text }} → {{ end }}
{{ if .LinksRight }}
-

{{ .LinksRightTitle }}

+

{{ .LinksRightTitle }}

{{ range .LinksRight }} - {{ .Text }} → + {{ .Text }} → {{ end }}
{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 62643b4bba..f0c495abf8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,8 @@
\ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5f7c0a719b..776cb72125 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-white border-opacity-30 bg-redis-ink-900 text-white font-mono text-[15px] flex justify-center"> {{/* {{ partial "banner.html" . }} */}}
@@ -9,7 +9,7 @@