diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index 1ae542b7b..aa0922cd3 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -37,10 +37,9 @@ homepage: enabled: true data: custom.css: | - :root { - --color-200: #F8F9FA; + .theme-stone { + --color-200: #F8F9FA !important; } - html { font-size: 18px; }