From 6dfbdcddaa2657ccb2e265428b9fa85e022ffcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20R=C3=A9thelyi?= <rethelyibalint@gmail.com> Date: Tue, 17 Aug 2021 20:12:13 +0200 Subject: [PATCH] update style++ --- k8s/values.yaml | 2 +- static/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/values.yaml b/k8s/values.yaml index e7d8ad8..863467e 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 d618deb..568a6e2 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; } -- GitLab