Skip to content

Commit def4d50

Browse files
p4blockBrutus5000
authored andcommitted
Test
1 parent 0e22503 commit def4d50

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cluster/argocd/templates/argocd-styles.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ data:
2323
background: linear-gradient(to right, #0f660f, #100403);
2424
color: #fff;
2525
}
26+
27+
another-theme.css: |
28+
.sidebar {
29+
background: linear-gradient(to bottom, #0f660f, #100403);
30+
}
31+
32+
.ui-banner {
33+
background: linear-gradient(to right, #0f660f, #100403);
34+
color: #fff;
35+
}

0 commit comments

Comments
 (0)