diff --git a/k8s/values.yaml b/k8s/values.yaml index e7d8ad82df0204f96d3ef18347f96fc56956da80..863467ee69342739debab90a87cfb0346eb343a0 100644 --- a/k8s/values.yaml +++ b/k8s/values.yaml @@ -7,5 +7,5 @@ POSTGRES: "${POSTGRES}" POSTGRES_PASS: "${POSTGRES_PASS}" POSTGRES_USER: "${POSTGRES_USER}" POSTGRES_DB: "${POSTGRES_DB}" -Tag: "v1.6.0" +Tag: "v1.6.1" REGISTRY_CONF: "${REGISTRY_CONF}" diff --git a/static/style.css b/static/style.css index d618deb026d9dcfd57d421e84fda1cf1dfaf0b9c..568a6e2b4d8933f8e0d50e1804d8ef46f59097f0 100644 --- a/static/style.css +++ b/static/style.css @@ -73,7 +73,7 @@ body { color: white; } -.dark #admin-table #schacc #topup { +.dark #admin-table { color: white !important; } @@ -82,7 +82,7 @@ body { color: #3051bf; } -.light #admin-table #schacc #topup { +.light #admin-table { color: #3051bf !important; }