diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 42c28ce..4b971e0 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,8 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} - + server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com/ + image_name: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev run: | diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6842773..561c3ed 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -17,7 +17,7 @@ body{ .divider{ height: 150px; width:2px; - background-color: #C0C9CE; + background-color: #000000; position: relative; top: 50%; float: left; @@ -25,11 +25,11 @@ body{ } #background-stats-1{ - background-color: #2196f3; + background-color: #000000; } #background-stats-2{ - background-color: #00cbca; + background-color: #C0C9CE; } #content-container{