diff --git a/Dockerfile b/Dockerfile index 2fbdcbc..b9e6b9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM caddy:2 COPY /public /usr/share/caddy/ -#APP=kc_themes && TARGET=master && docker build -f ./Dockerfile -t registry.wizewerx.tech/tools/$APP:$TARGET . && docker push registry.wizewerx.tech/tools/$APP:$TARGET +#APP=login_themes && TARGET=master && docker build -f ./Dockerfile -t registry.wizewerx.tech/tools/$APP:$TARGET . && docker push registry.wizewerx.tech/tools/$APP:$TARGET diff --git a/public/helpbuild/theme.css b/public/helpbuild/theme.css index 26a041a..10a862a 100644 --- a/public/helpbuild/theme.css +++ b/public/helpbuild/theme.css @@ -1,5 +1,6 @@ .login-pf-page .login-pf-header h1 { background: #363F48 !important; + color: #ffffff; } .pf-c-button.pf-m-primary { @@ -11,7 +12,9 @@ div#kc-registration span a:hover { } #kc-header { - background: #363F48; + background: #222C36; + color: #ffffff; + } .app-logo {