diff --git a/.github/workflows/uffizzi-preview.yaml b/.github/workflows/uffizzi-preview.yaml index 0b7dbe5e..6792c023 100644 --- a/.github/workflows/uffizzi-preview.yaml +++ b/.github/workflows/uffizzi-preview.yaml @@ -160,7 +160,7 @@ jobs: with: compose-file-cache-key: ${{ needs.render-compose-file.outputs.compose-file-cache-key }} compose-file-cache-path: ${{ needs.render-compose-file.outputs.compose-file-cache-path }} - server: https://app.uffizzi.com + server: https://app.qa.uffizzi.com/ permissions: contents: read pull-requests: write @@ -178,3 +178,5 @@ jobs: contents: read pull-requests: write id-token: write + + diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 9401847e..daf157b0 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -13,7 +13,7 @@ body { } body { - opacity: 0; + opacity: 50; transition: all 1s linear; }