diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index cd775c392..e07e6e0a9 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -40,8 +40,19 @@ homepage: html { font-size: 18px; } - li.service div { - @apply bg-stone-200/20; + ul#myTab { + background-color: rgba(240, 230, 215, 0.12) !important; + color: white !important; + } + li.service div.service-card, + li.bookmark a.rounded-md { + color: white !important; + background-color: rgba(240, 230, 215, 0.12) !important; + transition: all 150ms ease !important; + } + li.service div.service-card:hover, + li.bookmark a.rounded-md:hover { + background-color: rgba(240, 230, 215, 0.18) !important; } docker.yaml: "" kubernetes.yaml: |