3
0
mike 2cacee7ce7
All checks were successful
continuous-integration/drone/push Build is passing
simplified linkdin openid fix
2024-02-12 19:41:30 +00:00

51 lines
862 B
CSS

.login-pf-page .login-pf-header h1 {
background: #363F48 !important;
color: #ffffff;
}
.pf-c-button.pf-m-primary {
background: #57b8d7 !important;
}
div#kc-registration span a:hover {
background: #57b8d7;
}
#kc-header {
background: #222C36;
color: #ffffff;
}
.app-logo {
background-image: url(logo.svg);
}
.login-pf-page .login-pf-page-header p::before {
content: "Making your network work for success.";
color: #ffffff;
}
.login-main-title::before {
content: "Login";
}
.login-sub-heading::before {
content: "Get your network working.";
}
#new-to-app::before {
content: "New to Helpbuild?";
}
.register-main-title::before {
content: "Create your account";
}
.register-sub-heading::before {
content: "Join and get building!";
}
#kc-header-wrapper::before {
background: #57b8d7 !important;
}