3
0
Mike Sutton b59f6282d4
All checks were successful
continuous-integration/drone/push Build is passing
added dishy
2023-06-08 16:22:02 +02:00

50 lines
813 B
CSS

.login-pf-page .login-pf-header h1 {
background: #ffffff !important;
color: #000000;
}
.pf-c-button.pf-m-primary {
background: #57b8d7 !important;
}
div#kc-registration span a:hover {
background: #57b8d7;
}
#kc-header {
background: #ffffff;
color: #000000;
}
.app-logo {
background-image: url(logo.svg);
}
.login-pf-page .login-pf-page-header p::before {
content: "Photos for Foodies.";
color: #000000;
}
.login-main-title::before {
content: "Login";
}
.login-sub-heading::before {
content: "Get started.";
}
#new-to-app::before {
content: "New to Dishy?";
}
.register-main-title::before {
content: "Create your account";
}
.register-sub-heading::before {
content: "Join now!";
}
#kc-header-wrapper::before {
background: #57b8d7 !important;
}