3
0

slight style changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mike 2022-04-30 21:11:06 +01:00
parent 432da5d6ea
commit c9220d8eb3
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 {