diff --git a/Dockerfile b/Dockerfile index 55b7a77..57945d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ -FROM caddy:2 +FROM caddy:latest COPY /public /usr/share/caddy/ + + #APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET diff --git a/public/buyersform/theme.css b/public/buyersform/theme.css index 47c31be..3b76919 100644 --- a/public/buyersform/theme.css +++ b/public/buyersform/theme.css @@ -15,6 +15,7 @@ .login-pf-page .card-pf { max-width: 440px !important; margin: auto !important; + background-color: #ffffff; } @@ -65,7 +66,7 @@ div#kc-registration span a:hover { .pf-c-form-control { font-size: 14px; border: none !important; - background-color: #F4f4f4 !important; + background-color: #F3f3f3 !important; height: auto !important; padding: 15px 25px !important; border-radius: 5px;