diff --git a/helm-quarry/values.yaml b/helm-quarry/values.yaml index 3a63217..2f7068a 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -1,7 +1,7 @@ web: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-68 # web tag managed by github actions + tag: pr-23 # web tag managed by github actions worker: repository: 'quay.io/wikimedia-quarry/quarry' - tag: pr-68 # worker tag managed by github actions + tag: pr-23 # worker tag managed by github actions diff --git a/quarry/web/static/css/base.css b/quarry/web/static/css/base.css index 204eac2..b43a869 100644 --- a/quarry/web/static/css/base.css +++ b/quarry/web/static/css/base.css @@ -34,6 +34,13 @@ margin-bottom: 0px; border-bottom-width: 0px; text-align: center; + padding: .5em; + color: black; +} + +.maintenance-msg a { + color: blue; + text-decoration: underline; } .flashes {