3
0
mike c9220d8eb3
All checks were successful
continuous-integration/drone/push Build is passing
slight style changes
2022-04-30 21:11:06 +01:00

46 lines
774 B
CSS

.login-pf-page .login-pf-header h1 {
background: #363F48 !important;
color: #ffffff;
}
.pf-c-button.pf-m-primary {
background: #618c36 !important;
}
div#kc-registration span a:hover {
background: #83b451;
}
#kc-header {
background: #222C36;
color: #ffffff;
}
.app-logo {
background-image: url(logo.png);
}
.login-pf-page .login-pf-page-header p::before {
content: "Making your network work for success.";
}
.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!";
}