From fa971b6c7f5d219d79bdc233b508ac3ca218a698 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Mar 2026 17:42:19 -0600 Subject: [PATCH] feat: add custom css --- clusters/cl01tl/helm/homepage/values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/homepage/values.yaml b/clusters/cl01tl/helm/homepage/values.yaml index e5ffabbaf..1ac6516d1 100644 --- a/clusters/cl01tl/helm/homepage/values.yaml +++ b/clusters/cl01tl/helm/homepage/values.yaml @@ -36,7 +36,14 @@ homepage: config: enabled: true data: - docker.yaml: "" + custom.css: | + :root { + --color-200: #F8F9FA; + } + + html { + font-size: 18px; + } kubernetes.yaml: | mode: cluster settings.yaml: | @@ -827,10 +834,10 @@ homepage: advancedMounts: main: main: - - path: /app/config/bookmarks.yaml + - path: /app/config/custom.css readOnly: true mountPropagation: None - subPath: bookmarks.yaml + subPath: custom.css - path: /app/config/docker.yaml readOnly: true mountPropagation: None