From 78ed4f36167da2fb8db20a7964d8a0dc004114f4 Mon Sep 17 00:00:00 2001 From: Murat Akdeniz Date: Sun, 28 May 2023 03:12:20 +0200 Subject: [PATCH] docs: Custom Style Class name update (#13392) Signed-off-by: Murat Akdeniz --- docs/operator-manual/custom-styles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/custom-styles.md b/docs/operator-manual/custom-styles.md index 21fa79efeeb2fb..8f2499a2d636a2 100644 --- a/docs/operator-manual/custom-styles.md +++ b/docs/operator-manual/custom-styles.md @@ -56,7 +56,7 @@ metadata: name: argocd-styles-cm data: my-styles.css: | - .nav-bar { + .sidebar { background: linear-gradient(to bottom, #999, #777, #333, #222, #111); } ```